View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chuckles123[_126_] Chuckles123[_126_] is offline
external usenet poster
 
Posts: 1
Default How can I move the cell pointer down one row in a macro command?


ActiveCell.Offset(1, 0).Range("A1").Select


--
Chuckles123
------------------------------------------------------------------------
Chuckles123's Profile: http://www.excelforum.com/member.php...o&userid=14948
View this thread: http://www.excelforum.com/showthread...hreadid=570975