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
extracting BLOBs
Stored Procedure not working in Crystal
Xerox Scan to email issue - Gmail Google Apps Premiere
sql tuning
Cpanel LFD firewall (linux LAMP server)
Overlapping digram borders
Can't print to Dymo Labelwriter 400 turbo after adding labelwriter 450 turbo drivers on windows 2003 terminal server
Cloud Computing
"The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action."
The marquee progressbar hangs as the next line of the code executes