ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   scroll (https://www.excelbanter.com/excel-programming/339728-scroll.html)

pete

scroll
 
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?

Nigel

scroll
 
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?





All times are GMT +1. The time now is 05:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com