Thread: How To Q
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default How To Q

Hi John

You can do this

Application.Goto Range("M10"), True
Range("P16").Activate


--
Regards Ron de Bruin
http://www.rondebruin.nl


"John" wrote in message ...
I know this has been answered before but I just can't find it..

I'm looking to have a particular cell at top left side but activate another cell. Say M10 in top left corner, but cursor in P 16

Thanks