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
How to enforce using Citrix Universal Print Driver in Citrix
MacMail & Exchange Public Folders - How to access them? I don't see them...
HP-UNIX - compressing/zipping files that are 31GB
Optimize Query on Table with million records
Copy Folder / Files From Corrupt Disk In Linux (Kubuntu)
Find Label in Datalist within Gridview
how to use iscsi from backup exec with Dell TL2000
Documents Folder redirection on server 2008 R2 remote desktop services in SBS 2003 domain
How do I restore my Exchange 2003 Virtual Directory Settings back to Default
Microsoft Outlook 2007 is pulling duplicate emails from free hotmail live server - how can I prevent this, its driving me mad.