hello
i want to delete entire blank row from column C2:C300
i mean if i have data c2:c100 then c101:c300 delete entire blank rows
thanx
hello
i want to delete entire blank row from column C2:C300
i mean if i have data c2:c100 then c101:c300 delete entire blank rows
thanx
Hi,
Select the rows to be deleted, press "Ctrl" & "-".
Hi, haroon2015,
if there are values in the cells:
Ciao,![]()
Sub EF1008501() Range("C2:C300").SpecialCells(xlCellTypeBlanks).EntireRow.Delete End Sub
Holger
Last edited by HaHoBe; 05-04-2014 at 06:52 AM. Reason: posted altered code
Use Code-Tags for showing your code: [code] Your Code here [/code]
Please mark your question Solved if there has been offered a solution that works fine for you
Hello HoHoBe
i was too close
btw perfect thanx
+1 repu will add u![]()
Hi,
easy way to do it without macro,
1. select data C2:C300
2. Press F5
3. Special
4. Blanks
5. press "Ctrl" & "-"
6. entire row.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks