Thread: delete blanks
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
kkknie[_84_] kkknie[_84_] is offline
external usenet poster
 
Posts: 1
Default delete blanks

If you are doing this in code, the easiest way would be to do you
replacement of the certain words with "" and then put this line in th
code before doing the sort.

Range("A1:A10").SpecialCells(xlCellTypeBlanks).Ent ireRow.Delete

Replacing the A1:A10 with your range. The line above essientiall
deletes the entire row of anything with a blank cell in the A1:A1
range.



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