Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm running Office 2007 and would like to how to test if a particular Excel
addin (.xla) is already open within the current application. I have tried finding it as a workbook (see below) but .xla files are not included in the workbooks collection. Dim WB as Workbook, WA as Workbook For Each WB in Application.Workbooks If WB.Name = "MyAddin.xla" then Set WA = WB Exit For End if Next WB If Not WA is Nothing then ... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding the top 10 | Excel Discussion (Misc queries) | |||
Finding non-zero value | Excel Discussion (Misc queries) | |||
Finding Same Row Value | Excel Programming | |||
finding value | Excel Discussion (Misc queries) | |||
finding a value | Excel Programming |