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
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