Exporting Multiple Queries on different worksheets of a workbook

Umutony

New Member
Joined
Apr 15, 2015
Messages
2
Hello I am new with Access and VBA,

My purpose is to export Queries in one workbook but different worksheets. I am working with Access 2007.

When I add an Ouput file for the Queries to go in a specific workbook I get a compiling error stating: "Compile error.in query expression 'Year([IssDate]'. The error is numbered 3075.

Below is my code in which I did not specify an Output file.


DoCmd.OutputTo acOutputQuery, "Prem Adjustment Due Asset", "ExcelWorkbook(*.xlsx)", "", False, "", , acExportQualityPrint
DoCmd.OutputTo acOutputQuery, "Prem Adjustment UEP Liability", "ExcelWorkbook(*.xlsx)", "", False, "", , acExportQualityPrint
DoCmd.OutputTo acOutputQuery, "Triton Benefit Reserve by GAAP and division", "ExcelWorkbook(*.xlsx)", "", False, "", , acExportQualityPrint
DoCmd.OutputTo acOutputQuery, "Triton DAC by GAAP and Division", "ExcelWorkbook(*.xlsx)", "", False, "", , acExportQualityPrint


My guess is I should use TransferSpreadsheet but I am not sure how to use it.

I hope this makes sense.

Thanks for your help.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Thanks so much Alan, this blog was very helpful. I got all the information that I needed there. Thank you for your help.
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,657
Members
449,462
Latest member
Chislobog

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top