Importing from Access into an Excel Workbook

richiet

Board Regular
Joined
Apr 24, 2002
Messages
51
Hi

I have three access queries that will naturally produce three sets of results. I need to be able to run the queries using a VBA macro and export them to a single new Excel Workbook, so I will have a workbook with three sheets each containing the results of the queries. Currently it tries to create a brand new workbook for each query.

Can anyone help?

thanks

RichieT
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hullo. I currently do something very similar to this. Post your code (please remember the CODE tags), and we'll see what can be done.

(y)
P
 
Upvote 0
You're probably using a Macro based off of the TransferSpreadsheet method, right? Hopefully I can save you some time and let you know that it's not going to work. I use ADO with Excel Automation to perform the task of getting different queries into different worksheets within the same workbook; it requires a fair bit of code and knowledge, but it's really not too difficult to understand once you start playing around with it.
 
Upvote 0

Forum statistics

Threads
1,221,553
Messages
6,160,468
Members
451,649
Latest member
fahad_ibnfurjan

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