08-13-2012 04:10 PM
Hi,
I am new at this labview program. I stumbled into (error-2146827284) and I tried to find what it means. I don't think know how to fix it, I'd try changing the file path, but it still gave me the same error.
Can someone help me please?
I have attach the VI and the printscreen of the error.
Thanks,
08-14-2012 06:07 PM
Boodmiester,
The issue seems to be focused on the Range Worksheet invoke node. However it looks like some of the files were not uploaded. It is much easier to troubleshoot issues with smaller code. If you can please upload a simple version of this VI that still exhibits the same behavior then we may be able to work through the code much faster. Also to narrow down possible causes of this error what version of Excel and LabVIEW are you using?
Thank You,
08-14-2012 06:28 PM
You are sending a cell called "A0" into the range function. That cell doesn't exist on an Excel spreadsheet. The left, upper cell begins with "A1".