gypsyjoe11
Registered User.
- Local time
- Today, 18:09
- Joined
- Feb 19, 2010
- Messages
- 46
The end user opens up an Excel sheet from a website and then presses a button on a form to bring the data into my Access 2003 table. Then when they press another button a query is run and output to another Excel sheet. I want to save the user from having to save the workbook before my code will work.
I thought of using DoCmd.TransferSpreadsheet but the only examples are of it working with a file already saved on the hard drive. I want to read and write to an open Excel application and not have to save to a file first.
I ended up writting my own code to do this using objects and it works great. My question is does anyone know of a way to do this using DoCmd?
thanks in advance for your help,
Joe
I thought of using DoCmd.TransferSpreadsheet but the only examples are of it working with a file already saved on the hard drive. I want to read and write to an open Excel application and not have to save to a file first.
I ended up writting my own code to do this using objects and it works great. My question is does anyone know of a way to do this using DoCmd?
thanks in advance for your help,
Joe