I am exporting several queries to an existng Excel workbook, Excel, in turn, uses the data in several formulas.
The issue I have: After I export the queries to Excel, I have Access Open the destination workbook:
Set xlApp = GetObject(, "excel.application")
xlApp.Visible = True
xlApp.Workbooks.Open MyPath & "\533 Raw Data.xls"
This works fine, but I noticed that certain functions associated with Excel's Analysis ToolPak, specifically EOMONTH. Looking at Excel's Addins, I noticed that the ToolPak option is no longer checked. Is there anyway to open Excel from Access and prevent the Analysis Tookpak from being "unchecked"?
Both Excel and Access are version 2002.
thanks in advance!
The issue I have: After I export the queries to Excel, I have Access Open the destination workbook:
Set xlApp = GetObject(, "excel.application")
xlApp.Visible = True
xlApp.Workbooks.Open MyPath & "\533 Raw Data.xls"
This works fine, but I noticed that certain functions associated with Excel's Analysis ToolPak, specifically EOMONTH. Looking at Excel's Addins, I noticed that the ToolPak option is no longer checked. Is there anyway to open Excel from Access and prevent the Analysis Tookpak from being "unchecked"?
Both Excel and Access are version 2002.
thanks in advance!