View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default 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.