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
IIF Field Length Question
how to avoid echo in 1 on 1 video chat / conference-system with FMS 3,5
Sonic Wall Continuous Backup Problem
Vmware Virtual Centre Service not starting
High Insert/Update time because of Trigger
Dell PowerEdge server life cycle -- predictions from real life experience
Wep Page on Internal Server not displaying correctly.
Using maps with GWT
Jmagick how to resample when changing DPI
Login to SSRS as andmistrator rather than anonymous user.