Error Messages/42646

< Error Messages
Revision as of 15:10, 17 September 2012 by Lchrisman (talk | contribs)

Example Error Message

A system error occurred during SpreadsheetOpen: No such interface supported

Cause

This is an error reported by the Excel process when using SpreadsheetOpen to open a spreadsheet. The text to the right of the colon is the error message provided by Excel or Windows, and so a variety of different errors are possible.

  • No such interface supported: I saw this one reported when the filename provided to SpreadsheetOpen was not an Excel file (it was a *.ana file). The first parameter to SpreadsheetOpen should be a format that Excel can open, such as *.xlsx, *.xls, *.csv, etc.


If you see another cases and especially if you eventually figure out the cause, please add it to this list for the benefit of others.

See Also

Comments


You are not allowed to post comments.