Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a custom add-in I wrote that I want loaded up when another excel file
is loaded. My code: Dim o As Excel.AddIn For Each o In Application.AddIns If o.Name = "Planner.xla" Then o.Installed = true Exit For End If Next However, when it tries to set the Installed property, it raises an error: Runtime error 1004: Unable to set the installed property of the add-in class. Any suggestions on what to look for? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Installed Addin file opens when it shouldn't | Excel Discussion (Misc queries) | |||
Installed property Rights tool, now I cant edit hyperlinks! | Excel Discussion (Misc queries) | |||
Unable to set the XValues Property | Charts and Charting in Excel | |||
unable to set hidden property | Excel Programming | |||
Unable to get VLOOKUP property | Excel Programming |