Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You need this in the Thisworkbook module
Private Sub Workbook_Open() AddIns("analysis toolpak").Installed = True End Sub And maybe this to unload when workbook close. Private Sub Workbook_BeforeClose(Cancel As Boolean) AddIns("analysis toolpak").Installed = False End Sub Gord Dibben MS Excel MVP On 18 Dec 2006 12:30:59 -0800, "Littleguy" wrote: I have a excel template that uses the analysis toolpak. However not everybody in my company has that function initiated. I need a macro that will check when the program is opened and will tick the addin if it is not already ticked. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
error when running cut & paste macro | Excel Worksheet Functions | |||
Compiling macro based on cell values | Excel Discussion (Misc queries) | |||
Search, Copy, Paste Macro in Excel | Excel Worksheet Functions | |||
Closing File Error | Excel Discussion (Misc queries) | |||
Highlight Range - wrong macro, please edit. | Excel Worksheet Functions |