View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
dford dford is offline
external usenet poster
 
Posts: 50
Default goto (F5) question

That worked great. Thanks!

"Bernie Deitrick" wrote:

Use

Application.Goto Range("B3"), True


HTH,
Bernie
MS Excel MVP


"dford" wrote in message
...
I use the goto command in a maro to go to a selected cell. I would like
this
cell to appear in the top left position on my screen. Can the macro be
created to select the cell and position it in the top left cell of my
screen?