PearlGI
Registered User.
- Local time
- Today, 07:13
- Joined
- Aug 30, 2001
- Messages
- 125
Not sure where to start with this, but I'm sure it's possible.
I've got a db that creates output into a new Excel workbook (that works fine). But now I want to add some code automatically into the ThisWorkbook module of the Excel workbook.
How do I get Access to add VB code to an Excel workbook.
I presume it'll involve something like
objExcel.ActiveWorkbook.VBProject
but that's as far as I've got.
Any help gratefully received.
I've got a db that creates output into a new Excel workbook (that works fine). But now I want to add some code automatically into the ThisWorkbook module of the Excel workbook.
How do I get Access to add VB code to an Excel workbook.
I presume it'll involve something like
objExcel.ActiveWorkbook.VBProject
but that's as far as I've got.
Any help gratefully received.