ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,699
- Office Version
- 2007
- Platform
- Windows
Morning,
I have this is place at present.
How can it be changed so i also see the 12 rows before it on the page.
I mean sometimes even though cell G13 is selected its could be 1 inch down from the top of the page & i then need to scroll the page as the rows 12,11,10,9 etc etc is off the page.
Basically i need cell G13 selected BUT i need to have rows 1-12 also within view
thanks
I have this is place at present.
Code:
Private Sub Worksheet_Activate()
Range("G13").Activate
End Sub
How can it be changed so i also see the 12 rows before it on the page.
I mean sometimes even though cell G13 is selected its could be 1 inch down from the top of the page & i then need to scroll the page as the rows 12,11,10,9 etc etc is off the page.
Basically i need cell G13 selected BUT i need to have rows 1-12 also within view
thanks