Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

exporting a query to a excel workbook

Status
Not open for further replies.

sk8er1

Programmer
Jan 2, 2005
229
US
Its easy to export a query to a new spreadsheet file, but how can you get it into an existing worksheet...for instance a workbook tab...I would like to add it to an existing workbook with its own tab...

Thanks
 
Why not pulling the data from within Excel ?
menu Data -> External data -> ...

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
sk8er1,

If this is to be either part of an automation or a regular method then please take a look at this example

Danny

Never Think Impossible
 
I found out that you can copy the table data from access and paste it into a workbook tab.
 
sk8er1,

there is always a CopyFromRecordset method inside excel where you can find an example
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top