using Access 0365
How would i be able to write a program to be able to do a query on a table and write that up into an excel sheet.
I cant install anything on the machine .
Would I be able to use VBS to do this ?
Thanks
using Access 0365
How would i be able to write a program to be able to do a query on a table and write that up into an excel sheet.
I cant install anything on the machine .
Would I be able to use VBS to do this ?
Thanks
This can be done with just one line of code using DoCmd.TransferSpreadsheet.
Just use TransferSpreadSheet?
https://docs.microsoft.com/en-us/off...ferspreadsheet
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
Thanks I ll give that a try.Just use TransferSpreadSheet?
https://docs.microsoft.com/en-us/off...ferspreadsheet