Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
after i execute a macro the visble portion
of the screen is at the bottom of the sheet example row 200 is showing. how do i change this so that row 1 is showing? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("A1").Select
However unless you really need to scroll down the sheet when running the macro, it might be better (and faster) to change the code so as not to select ranges as your macro runs. Also turn off screen updating. It really depends on your code and what you are trying to do. -- Cheers Nigel "Pete" wrote in message ... after i execute a macro the visble portion of the screen is at the bottom of the sheet example row 200 is showing. how do i change this so that row 1 is showing? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I turn scroll lock off (2007 excel)? No scroll lock key | Excel Discussion (Misc queries) | |||
Cannot scroll with a Scroll Point Mouse | Excel Discussion (Misc queries) | |||
adding scroll bar to scroll on cell's content? | Charts and Charting in Excel | |||
Scroll horizontaly with mouse, create same system used to scroll . | New Users to Excel | |||
Scroll the screen view with the scroll bar | Excel Discussion (Misc queries) |