I use an external application that can produce an Excel export file. I’m using this file as a linked table for an Access database. The problem is that the external application produces the Excel file in the Excel 5.0/95 format. If I try to link to this directly (e.g., double-click on the linked table in the database window), I get a “System Resource Exceeded” error. If I try to open this link with VBA code, I get a similar error (“Run-time error ‘3035’ System resource exceeded.”) If I open the file in Excel and “save as” it in the current Excel format (rather than 5.0/95 format), then Access recognizes it fine and things work splendedly. Is there any way to get Access 2003 to recognize an Excel 5.0/95 file directly without going through the intermediate file conversion?
Thanks.