Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using something like the following code, I was able to change the selection
in sheets other than the active sheet, transparent to the user. However, this code does not change the view upon entering the sheets. Is there a way to shift what will be displayed, comparable to hitting the "Home" key? I.e., the selected cell in the top left corner of the view upon entering the sheet. Sub SetActiveCell() application.ScreenUpdating = False set sh = Activesheet With Worksheets("Sheet B") .Select .Range("A1").Select End with sh.Activate Application.ScreenUpdating = True End sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to make View Fit Selection work? | Excel Discussion (Misc queries) | |||
cursor moves view instead of selection | Excel Discussion (Misc queries) | |||
Changing Selection for the "Center Across Selection" alignment | Excel Discussion (Misc queries) | |||
Changing the 3D-View in powerpoint using vba | Excel Programming | |||
Scroll selection into view | Excel Programming |