Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Norman,
Thanks a lot! It helps. Ivan "Norman Jones" wrote: Hi Ivan, If I want to switch between (activate) different opened excel workbooks, what code should I use in VBA? Perhaps I misunderstand but: '============= Sub Tester03() Dim WB1 As Workbook, WB2 As Workbook, WB3 As Workbook Set WB1 = Workbooks("Book1.xls") Set WB2 = Workbooks("Book2.xls") Set WB3 = Workbooks("Book3.xls") WB2.Activate End Sub '<<============= --- Regards, Norman "Ivan" wrote in message ... Hi, If I want to switch between (activate) different opened excel workbooks, what code should I use in VBA? Thanks. Ivan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy/ move selected data from workbooks to seperate worksheets or workbooks | Excel Worksheet Functions | |||
Using alt-tab to switch between Excel workbooks under the same session | Excel Discussion (Misc queries) | |||
URGENT: switch excel workbooks and display msgbox | Excel Programming | |||
Switch Workbooks | Excel Programming | |||
Switch between workbooks | Excel Programming |