Microsoft
Software
Hardware
Network
Question : Macro to enable a specific add in
I created an add-in and copied that add-in to default xlstart folder (c:\documents and settings\user\application data\microsoft\excel\xlsta
rt).
For some reason the macro was disabled. I would want to run a macro run to enable it. I intend to place the macro in a workbook as an wb open event.
Answer : Macro to enable a specific add in
Try this.
HTH,
Matt
1: 2: 3: 4: 5:
Private Sub Workbook_Open() AddIns("Your add-in name here").Installed = True End Sub
Random Solutions
Group Policy - Only allow intranet web access to production desktops
PHP 5.3.2 installation problem on Vista IIS7
email on ipod touch
Should Sys Admins (Domain Admins) also have user accounts?
checking login & pass with curl
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003
Server Error: The signature on the certificate was found to be invalid. Check the log file for details.
effects of too many temp tables
Create chart that ignores zero values
Customize left_col.phtml properly in Magento - XML beginner!