View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Soo Cheon Jheong[_2_] Soo Cheon Jheong[_2_] is offline
external usenet poster
 
Posts: 46
Default Move to next cell using VBA

Hi,

Another way:

Range("A2")(2).Select

or

ActiveCell(2).Select


--
Regards,
Soo Cheon Jheong
_ _
^вп^
--