Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hmmm...
Nice idea Gary but AddIns don't have an 'Active' property. i.e. the following won't work... For Each AdIn In Application.AddIns If AdIn.Name = gsENGINE_NAME Then AdIn.Activate Call CheckForUpdates(ActiveWorkbook) End If Next AdIn ....the AdIn.Activate line triggers Error 438 - Object doesn't support this property or method. Any other takers? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove Prompt to Open File as Read-Only (Excel 2007) | Excel Discussion (Misc queries) | |||
Trying to read CustomDocumentProperties of an open 2007 AddIn | Excel Programming | |||
Excel 2007 prompt to open file as read only | Excel Discussion (Misc queries) | |||
Excel 2007 xlsx files open as Read-Only in Excel 2003 after Compat | Excel Discussion (Misc queries) | |||
Addin in read-only mode problem | Excel Programming |