How can I mare row n be the first row displayed (after any "freeze frame" row(s))? Many thanks.
G Guest May 15, 2004 #1 How can I mare row n be the first row displayed (after any "freeze frame" row(s))? Many thanks.
D Don Guillett May 15, 2004 #2 ctrl+home use this to goto a specific application.goto range("a22"),true
J JMay May 15, 2004 #4 Sub Macro1() ' Will freeze Column A and rows1-6 ' Macro1 Macro ' Macro recorded 5/15/2004 by James May Range("B7").Select ActiveWindow.FreezePanes = True End Sub
Sub Macro1() ' Will freeze Column A and rows1-6 ' Macro1 Macro ' Macro recorded 5/15/2004 by James May Range("B7").Select ActiveWindow.FreezePanes = True End Sub