ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Making desired row the first displayed (https://www.excelbanter.com/excel-programming/298420-making-desired-row-first-displayed.html)

[email protected]

Making desired row the first displayed
 
How can I mare row n be the first row displayed (after any "freeze frame"
row(s))?

Many thanks.

Don Guillett[_4_]

Making desired row the first displayed
 
ctrl+home

use this to goto a specific
application.goto range("a22"),true

--
Don Guillett
SalesAid Software

wrote in message
...
How can I mare row n be the first row displayed (after any "freeze frame"
row(s))?

Many thanks.




[email protected]

Making desired row the first displayed
 
On Sat, 15 May 2004 12:21:52 -0500, "Don Guillett" wrote:

application.goto range("a22"),true


Works great. Thanks.

JMay

Making desired row the first displayed
 
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



wrote in message
...
How can I mare row n be the first row displayed (after any "freeze frame"
row(s))?

Many thanks.




Don Guillett[_4_]

Making desired row the first displayed
 
glad to help


--
Don Guillett
SalesAid Software

wrote in message
...
On Sat, 15 May 2004 12:21:52 -0500, "Don Guillett"

wrote:

application.goto range("a22"),true


Works great. Thanks.





All times are GMT +1. The time now is 08:46 AM.

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