Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How can list all open excel windows and activate a other window by VBA code ? Regards, wbl --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wbl,
Does this help? Dim win As Window For Each win In Windows Debug.Print win.Caption Next win Windows("Book1").Activate -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "wbl " wrote in message ... Hi, How can list all open excel windows and activate a other window by VBA code ? Regards, wbl --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple windows in excel (as in word) | Excel Discussion (Misc queries) | |||
Excel needs to be able to cascade in multiple windows like word! | Excel Worksheet Functions | |||
How do I get multiple Excel Windows again | Excel Discussion (Misc queries) | |||
Multiple Excel windows | Excel Discussion (Misc queries) | |||
Excel shortcut/Multiple windows weirdness | Excel Discussion (Misc queries) |