View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_192_] Leith Ross[_192_] is offline
external usenet poster
 
Posts: 1
Default Mark a range from activecell


Hello Ctech,

Use ActiveCell.Offset(<rows, <cols)

Myrows = Selection.rows.count

'Zero means stay in the same Row or Column
MST = ActiveCell.Offset(Myrows, 0).Address

Sincerely,
Leith Ros

--
Leith Ros
-----------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846
View this thread: http://www.excelforum.com/showthread.php?threadid=48098