Microsoft
Software
Hardware
Network
Question : MS ACCESS SQL QUERY - Export Access Query Results to Excel Worksheet
Hi,
I need to Export Access Queries to populate an Excel Doc.
I have a few examples from an older book (Access 2000)
But any VBA code is appreciated
Thanks
Jfer
Answer : MS ACCESS SQL QUERY - Export Access Query Results to Excel Worksheet
this will export your query to excel
DoCmd.TransferSpreadsheet acexport, acSpreadsheetTypeExcel9, _ "NamqOfQuery","C:\myExcel.
xls",True
Random Solutions
Access Subdatasheet report II
Excel - How to split a fullname column into seperate firstname and surname columns
How to zip/unzip with VB.NET?
Antivirus solution for Windows Server 2008 R2 Core.
Multiple Combo Box Selection in Microsoft Access
Terminal Server port configuration
Caluculate if met SLA for completetion of task
One of my Excel file always gives me a "File already open" messge.
Concatenate ntext field with text field in SQL view
Excel VBA cell length limitation