I am trying to output an Access table to Excel. I regularly have the option of saving an excel file as either;
'Microsoft Excel 5.0/95 Workbook' OR
'Microsoft Excel 97-Excel 2003 & 5.0/95 Workbook'
When I output the Access table to excel it defaults to 'Excel 5.0/95 Workbook' and cuts off some entries (5.0/95 is limited to 255 characters). How can I prevent this?
here is my code:
DoCmd.OutputTo acOutputTable, "ZFiltered", acFormatXLS, "C:\Local\Shared\FilterTemp.xls"
Thanks in advance
'Microsoft Excel 5.0/95 Workbook' OR
'Microsoft Excel 97-Excel 2003 & 5.0/95 Workbook'
When I output the Access table to excel it defaults to 'Excel 5.0/95 Workbook' and cuts off some entries (5.0/95 is limited to 255 characters). How can I prevent this?
here is my code:
DoCmd.OutputTo acOutputTable, "ZFiltered", acFormatXLS, "C:\Local\Shared\FilterTemp.xls"
Thanks in advance