Hi,
I was hoping there would be a generic solution, without version checking...
I tried
to just create the file using generic code - it works, but takes double time.
I guess I'll have to use Application.Version to check What version is running...
Thanks alot!
I was hoping there would be a generic solution, without version checking...
I tried
Code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "DummyTable", strFilePath
I guess I'll have to use Application.Version to check What version is running...
Thanks alot!