#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,510
Default Scroll Lock ?

Sub Macro1()
Dim rowNumber As Single

Sheets("Sheet1").Select
'Find blank row number below data in column 1
rowNumber = Cells(Rows.Count, 1).End(xlUp).Offset(1, 0).Row

'Scroll to the required row number
ActiveWindow.ScrollRow = rowNumber

End Sub

Regards,

OssieMac

Hi Rob,

Try this:-



"Rob L" wrote:

I have a spreadsheet that has multiple rows, with a heading row. How do I
set up a macro to scroll the screen so that the last unfilled row is the
only row shown below the headings (I have the headings frozen).

Thanks,

RobL



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Scroll Lock ?

I have a spreadsheet that has multiple rows, with a heading row. How do I
set up a macro to scroll the screen so that the last unfilled row is the
only row shown below the headings (I have the headings frozen).

Thanks,

RobL


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scroll lock.... Ximena Excel Discussion (Misc queries) 2 February 4th 07 05:26 PM
Out of control scroll lock?? Oops Excel Discussion (Misc queries) 2 January 29th 06 10:10 PM
scroll lock Benjamin Excel Discussion (Misc queries) 3 November 1st 05 02:53 PM
Scroll Lock jrh Excel Discussion (Misc queries) 0 January 18th 05 03:38 PM
scroll lock PCOR Excel Discussion (Misc queries) 6 December 5th 04 08:08 PM


All times are GMT +1. The time now is 02:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"