Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ron, thats the one. I'll remember to save it this time
"Ron de Bruin" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|