|
-
Dec 15th, 2005, 10:51 AM
#1
Thread Starter
Junior Member
Export from ACCESS to Excel using VBA
Hi,
I want to export queries, pivot tables from ACCESS to EXCEL using VBA codes.
and i want to export them to specific places in excel spreadsheets. like i want to export two different query recordsets into one worksheet and put them in specific places. how to achieve that?
for now, i only have
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "tbl_lookup_ird", "c:\temp.xls", True
but i dont know to how to export pivot table using VBA, and i dont know how to put them in specific places.
thanks a lot in anticipation.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|