KeythStone
New member
- Local time
- Today, 07:00
- Joined
- May 10, 2012
- Messages
- 6
Hello to all,
I'm attempting to run an Access macro to output a file. It was working fine and then the last couple days I've received the error: 'External table is in unexpected format'
Access version: 2010
output file: Excel .xls (though i've tried with .xlsx)
macro action: importexportspreadsheet
transfer type :export
spreadsheet type Microsoft Excel 97-2003
tablename: static query which uses pass-through queries
with ranges
Troubleshooting:
I've tried different exporting actions Exportwithformatting, outputto, to no avail.
I've redesigned the destination file, both with and without ranges.
I've relinked the pass-through query ODBC to server for all relevant queries.
I've compact and repaired database.
Each pass-through query runs without errors.
The static query also performs without errors.
I've changed the macro action to 'importexporttext' and it works.
I do not use VBA code for this process.
Questions:
How should I go about troubleshooting?
Any suggestions?
Thanks for all your help and remember
Stay Smooth,
KeythStone
I'm attempting to run an Access macro to output a file. It was working fine and then the last couple days I've received the error: 'External table is in unexpected format'
Access version: 2010
output file: Excel .xls (though i've tried with .xlsx)
macro action: importexportspreadsheet
transfer type :export
spreadsheet type Microsoft Excel 97-2003
tablename: static query which uses pass-through queries
with ranges
Troubleshooting:
I've tried different exporting actions Exportwithformatting, outputto, to no avail.
I've redesigned the destination file, both with and without ranges.
I've relinked the pass-through query ODBC to server for all relevant queries.
I've compact and repaired database.
Each pass-through query runs without errors.
The static query also performs without errors.
I've changed the macro action to 'importexporttext' and it works.
I do not use VBA code for this process.
Questions:
How should I go about troubleshooting?
Any suggestions?
Thanks for all your help and remember
Stay Smooth,
KeythStone