Issue Details
- When programming Microsoft Excel with ActiveX in LabVIEW, the Sheets invoke node returns the following error, why does this happen?
Error -2147352565 occurred at invalid index in Untitled.vi
This error code is undefined. Undefined errors might occur for a number of reasons. For example, no one has provided a description for the code, or you might have wired a number that is not an error code to the error input.
Additionally, undefined error codes might occur because the error relates to a third-party object, such as the operating system or ActiveX. For third-party errors, you might be able to obtain a description of the error by searching the Web for the error code (-2147352565) or for its hexadecimal representation (0x8002000B)
