View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mikla[_3_] mikla[_3_] is offline
external usenet poster
 
Posts: 1
Default selecting row from active cell selected


Hi,

If someone knows: I write the following (see below). and from the cells
selected I would like to extend to the entire rows to delete them.

Range("B" & ActiveCell.Row + 1 - decale).Select
ActiveWindow.SmallScroll Down:=0
Selection.SpecialCells(xlCellTypeSameValidation).S elect

Thanks in advance for any idea on this,

Michael


--
mikla
------------------------------------------------------------------------
mikla's Profile: http://www.excelforum.com/member.php...o&userid=37179
View this thread: http://www.excelforum.com/showthread...hreadid=569082