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
SQL0952N
esx 4 passthrough
please help with this xml as2 code
Out of Office Assistant not working w/Forwarding Configured
Can I use VBA in an Access pivot chart form?
linux router with iptables script
How to find the row count in an Oracle DataReader in ASP.NET?
Can print but not scan on Brother MFC-7840W on a Mac / "Connection Error"
Bash Shell script interview questions
PHP/Javascript newbie - need help integrating niftycube into my site