Error Messages/42646
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
Enable comment auto-refresher