Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there!
I'm trying to write a code that changes the active sheet in specified window. The only way that i can do it is, as I think, the sipmliest, just like that: sub change_sheet() set myWindow = ActiveWindow Windows("DesiredWindow").Activate Sheets("DesiredSheet").Activate myWindow.Activate end sub I wonder if there's a way to avoid changing windows and simply change the sheet in the desired window to avoid "blinking" of windows. And i'm not thinking about setting "screenupdating" property to "false". I thought that Windows("DesiredWindow").Sheets("DesiredSheet").Ac tivate or something like that should work but it isn't. Thanks in advance rumi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Grabbing data from diff window w/o activating it | Excel Programming | |||
Error on activating a window a open workbook | Excel Programming | |||
De-Activating the menu option, Window - Unfreeze | Excel Programming | |||
How to hide Excel window when activating a Shape object | Excel Programming | |||
How to hide Excel window when activating a Shape object | Excel Programming |