V
vs88
I'm working with data that is periodically exported by an Access 2003
macro into an Excel worksheet. Then an Excel VBA module is manually
imported into the workbook and run to further manipulate the data.
The exported data is always written to a new Excel workbook from
Access, and is used by many different people, so it's not feasible to
install the Excel macro in a personal workbook for each user.
The Excel macro creates new column data using conditional formulas, and
several pivot tables.
Is there a way to incorporate the Excel VBA code into an Access module
and run it on the exported worksheet from Access?
Or is there some other way I've overlooked to automate this?
macro into an Excel worksheet. Then an Excel VBA module is manually
imported into the workbook and run to further manipulate the data.
The exported data is always written to a new Excel workbook from
Access, and is used by many different people, so it's not feasible to
install the Excel macro in a personal workbook for each user.
The Excel macro creates new column data using conditional formulas, and
several pivot tables.
Is there a way to incorporate the Excel VBA code into an Access module
and run it on the exported worksheet from Access?
Or is there some other way I've overlooked to automate this?