I have read a few available functions similar to my concerns. And I have noticed some were not answered for a long time. My concerns is that what was provided in the forum, when a query or a table has been exported to Excel from Access. It does not open with the Excel Macro in order to run. I was able to transfer the data to Excel and I was able to open the Macro Excel but when it runs, it runs on itself not on the exported file. As of right now all of my Transferspreads heets are in ACCESS Macro, not in VBA and they are being exported as expected. I just need to add a RunCode using Module that will coincide with the Transferspreads heets as it gets exported to the desired folder and run it and save. I am pretty confident that this could be accomplished but needs to make sure the Excel Macro is working on the exported file not on itself.
Excel Macro to exported ACCESS files
Collapse
X
-
Tags: None
-
TransferSpreads heet creates a simple data file. Period. To add code extra work is necessary, and I very much doubt you want to go there.
You can run Excel code from Access though. Application Automation gives some tips on how to start with that.
Comment