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
SPContext.Current is returning null in the "SPItemEventReceiver" event handler.
iPhone Contacts - ActiveSync
Bash Script to eliminate 2 lines from lots of pages
can you run 2 versions of MS office
Spam black list removal " dnsbl.burnt-tech.com"
HMAC-MD5 (RFC 2104) VB
How can i sort two dimentional array with linq and with Compareto method?
Calculated variable on server...
How do I design network for failover to a secondary internet connection?
Microsoft VBScript runtime error '800a0009', Subscript out of range: '42'