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
Add New record from unbound form
Load list.txt to bat file
Request.PhysicalApplicatio
nPath returns I.P. not URL
Outlook 2003 won't display calendar as sidebar
How to upgrade RAM on a Server 2003 Standard SP2
How can I determine from an Office 2010 Volume License key (or product activation key) exactly which version of Office 2010 to download & install from MSDN (msdn.microsoft.com)?
OWA failing externally
how to optimize performance of Terminal Server connections
Wireless Projector Adapter
How to remove new line from a string