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
Formula to split Names
Flex Shared Object - Array Collection access
Do I have to be on domain to FTP?
CSS works locally but not on server
Connect to an XenServer within iPhone
How can I prevent my object being overwritten in a for loop?
namespace question
Mouseover on div.a changes layout of div.b (pure CSS)
I am looking forward to learn about JSF with ICEfaces
Internet Explorer Nonfunctional After IE8 Upgrade