exporting to excel errors out

J

James

Hi, how can i export a query from access 97 to a file that is easily
importable by outlook? when i use:
'DoCmd.TransferSpreadsheet acExport, 8, gstDocName,
"c:\2ndstep\EmailList.xls", True
i get the error: "Couldn't find installable ISAM" when exporting from access
97
when it i use:
DoCmd.OutputTo acOutputQuery, gstDocName, acFormatXLS,
"c:\2ndstep\EmailList.xls", False
i get the error: "emaillist.xls has no named ranges" when importing into
outlook
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top