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
C++ dll in VB
Training Path
Fast download/upload, slow surfing
do you need sysprep with Symantec Ghost Solution Suite 2.5?
Use different HTTP Redirects on multiple virtual directories in IIS 7.5
Imail Mail Server blocked. Cant see why
Dataform Combo
LINQ can't be used in Web app?
How to solve incompatible types error in TableSorter.java?
Auto Send Excel as Email Attachment