I have used DoCmd.TransferSpreadsheet method to export data from an Access DB into Excel.
the following is an example of the code:
CODE:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, sQueryName, strPath
The problem i have is that, in Excel, all text field cells are exported prefixed with a single open quote mark.
Is there anything i can do to correct this?
the following is an example of the code:
CODE:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, sQueryName, strPath
The problem i have is that, in Excel, all text field cells are exported prefixed with a single open quote mark.
Is there anything i can do to correct this?