Posted to microsoft.public.excel.programming
|
|
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
|