Hi,
I have below EXPORT command in Access VBA code, it does not work in some PC'S (Access 2007).
COMMAND:
.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "qryExporter", strFileName, True, "Data"
While generating report, it will appear loading box then it will disappear.
It will...