M
Mike Brearley
Currently I am specifying the exact path to the excel file in both vb code
for buttons and in the 'Run App'
The macro for run app:
excel.exe "c:\folder\file.xls"
In the VB code, I'm exporting data out to the excel file:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "MyQuery",
"c:\folder\file.xls", True
I'd like to be able to specify the filename and have the directory use the
current directory that the database is running in. Please help.
Thanks...
for buttons and in the 'Run App'
The macro for run app:
excel.exe "c:\folder\file.xls"
In the VB code, I'm exporting data out to the excel file:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "MyQuery",
"c:\folder\file.xls", True
I'd like to be able to specify the filename and have the directory use the
current directory that the database is running in. Please help.
Thanks...