View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Cush Cush is offline
external usenet poster
 
Posts: 126
Default Code for scrollbar to go to top

Does this help:

ActiveWindow.ScrollRow=1

"Sandy" wrote:

Hello -

I need code to get the scrollbar to the top of the page for various
worksheets.
I couldn't find this anywhere in the VB help files -- just code for ActiveX
scrollbars.

Any suggestions are greatly appreciated!
--
Sandy