Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I want to loop through every instance of excel and find an open workbook, I tried this: For i = 1 To app.workbooks.Count + 1 z = app.workbooks(i).Name If InStr(app.workbooks(i).Name, "STXL") Then WB_Found = True Exit For End If Next Unfortunately, this only finds the open workbooks within each individual instance. Is this even possible? Clay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - New Instance | Excel Discussion (Misc queries) | |||
How do I get one instance of Excel to communicate with another instance? | Excel Programming | |||
How to get all Excel instance | Excel Programming | |||
Excel Instance | Excel Programming | |||
Second instance of Excel | Excel Programming |