Auntiejack56
Registered User.
- Local time
- Tomorrow, 02:56
- Joined
- Aug 7, 2017
- Messages
- 177
Hi,
I'm running an access runtime on prod machines without Excel, and no hope of getting Excel.
I normally create reports and dump data from the access app into Excel, but obviously the normal CreateObject("Excel.Application") ain't gonna woik.
So it looks like OpenXML might be the go; I could use it to populate an Excel template. Does anybody know whether the OpenXML SDK has the components I need, and can I reference them from VBA?
Thanks,
Jack
I'm running an access runtime on prod machines without Excel, and no hope of getting Excel.
I normally create reports and dump data from the access app into Excel, but obviously the normal CreateObject("Excel.Application") ain't gonna woik.
So it looks like OpenXML might be the go; I could use it to populate an Excel template. Does anybody know whether the OpenXML SDK has the components I need, and can I reference them from VBA?
Thanks,
Jack