06-19-2012 03:09 PM
I have this problem, an error code that always pop out saying:
"Error - 21468277284 occurred at Exception in MIcrosoft Office Excel: 'C:\Documents and Settings\adslhw\My Documents\FTP\EXCEL\template_Master_digital_RSSI_Btemp_v1.xls' couldn't be found. Check the spelling of the file name, and verify that the file location is correct.
If you are trying to open the file from your list of most recently used files on the File Menu, make sure that the file has not been renamed, moved, or deleted. Help Path is C:\Program Files\MIcrosoft Office \Office11\1033\clmain11.chm and context 0 in DCA_picture(fail).vi->Main.vi
this error code is undefined. Undefined errors might occur for a number of reasons. For example, no one has provide a description for the code, or you might have wired a number that is not an error code to the error code input.
Additionally, undefined error codes might occur because the error relates to a third-party object, such as the operating system ActiveX. For these third party errors, you might be able to obtain a description of the error by searching the web foot the error code (21468277284) or for its hexadecimal representation(0x800A03EC)."
I already checked the spelling of the address of the excel file and I couldn't find a similar post online.
When this attach VI ran, I highlighted the execution and saw the retain values which I can conclude that the error begins right after the "workbooks -- open, filename, etc."
Thanks,
06-19-2012 03:24 PM - edited 06-19-2012 03:25 PM
Hi,
I substituted one of my filenames, disabled the image part, and changed it to not save the changes when closing. All ran fine for me. I got the same error as you when using "bad" filenames.
Maybe check the image filename, cut and paste the name from windows is another possibility.
If you turn on the error tracing you should see right away where the error is occurring, as it leaves one of the property nodes.