Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hallo,
I am problem with workbook activation. I want to switch to e.g. this workbook Windows("SEF 1997 RZ Pr.xls").Activate I want to submit both parameters below via inputbox. segment = SEF year = 1997 Here is my sample code which ends with error. Windows("& segment & " & " " & year & " RZ Pr.xls").Activate Thanks a lot in advance for any suggestions. Best regards, Petr Duzbaba |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Windows(segment & " " & year & " RZ Pr.xls").Activate
-- HTH RP (remove nothere from the email address if mailing direct) "Petr" wrote in message om... Hallo, I am problem with workbook activation. I want to switch to e.g. this workbook Windows("SEF 1997 RZ Pr.xls").Activate I want to submit both parameters below via inputbox. segment = SEF year = 1997 Here is my sample code which ends with error. Windows("& segment & " & " " & year & " RZ Pr.xls").Activate Thanks a lot in advance for any suggestions. Best regards, Petr Duzbaba |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
shared workbook issue | Excel Worksheet Functions | |||
Shared Workbook issue... | Excel Discussion (Misc queries) | |||
Shared workbook issue??? | Excel Worksheet Functions | |||
workbook issue | Excel Programming | |||
Detecting workbook activation | Excel Programming |