S
scubadiver
Apologies for double posting but I need a response to this.
Can anyone tell me what is wrong with this code? I am getting a "438" error.
I was told to put double quotes in the last row but I am still getting the
same error.
DoCmd.TransferSpreadsheet acExport, _
acSpreadsheetTypeExcel9, "Report_Errors", _
"""S:\ASSET DATA SERVICES\CUSTOMER SATISFACTION TEAM\Queries Database
2007\New Database\" & [Forms]![menu]![Reports menu].Forms![SavePath], , ,
"Errors"
Thanks
Can anyone tell me what is wrong with this code? I am getting a "438" error.
I was told to put double quotes in the last row but I am still getting the
same error.
DoCmd.TransferSpreadsheet acExport, _
acSpreadsheetTypeExcel9, "Report_Errors", _
"""S:\ASSET DATA SERVICES\CUSTOMER SATISFACTION TEAM\Queries Database
2007\New Database\" & [Forms]![menu]![Reports menu].Forms![SavePath], , ,
"Errors"
Thanks