View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Colo[_11_] Colo[_11_] is offline
external usenet poster
 
Posts: 1
Default Get rid of empty rows

Hi Mike,

Try like this! ;)


Code:
--------------------

With ActiveCell
Range(.Item(1), .Parent.Cells.Find("*", , , , 1, 2)).Select
End With

--------------------



---
Message posted from http://www.ExcelForum.com/