P
Pietro
Hi,
I'm trying the below code to export my query into a certain excel sheet
and in a certain range without exporting the fields,i get the error "A3:M7"
Already exists.
Here's the code:
DoCmd.TransferSpreadsheet acExport, 8, "Tier2 Today's Report",
"O:\XBOX\XBOX-Tier2\Customer Support\Source\Reports\Tier2 Report.xls", ,
"A3:M7"
I'm trying the below code to export my query into a certain excel sheet
and in a certain range without exporting the fields,i get the error "A3:M7"
Already exists.
Here's the code:
DoCmd.TransferSpreadsheet acExport, 8, "Tier2 Today's Report",
"O:\XBOX\XBOX-Tier2\Customer Support\Source\Reports\Tier2 Report.xls", ,
"A3:M7"