S
scubadiver
I want to use this method to export info to Excel and I would like it so
another person can specify the file name before it gets exported.
I have a '438' run-time error: Object doesn't support this property or method.
Can someone check this
DoCmd.TransferSpreadsheet acExport, _
acSpreadsheetTypeExcel9, "Report_Errors", _
"S:\ASSET DATA SERVICES\CUSTOMER SATISFACTION TEAM\Queries Database 2007\New
Database\" & [Forms]![menu]![Reports menu].Forms![SavePath] & ".xls", ,
"Errors"
thanks
another person can specify the file name before it gets exported.
I have a '438' run-time error: Object doesn't support this property or method.
Can someone check this
DoCmd.TransferSpreadsheet acExport, _
acSpreadsheetTypeExcel9, "Report_Errors", _
"S:\ASSET DATA SERVICES\CUSTOMER SATISFACTION TEAM\Queries Database 2007\New
Database\" & [Forms]![menu]![Reports menu].Forms![SavePath] & ".xls", ,
"Errors"
thanks