VBA : Delete Blank rows

ssingh75

Well-known Member
Joined
Jan 5, 2012
Messages
518
Dear All,

Can anyone please let me know the Macro to delete blank rows from entire sheet...

Thanks in advance..

Susheel Singh
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
That's not a VBA solution, which was the original request.
Firefly's solution seems to be the fastest,
when AutoFilter/sorting blanks to the bottom doesn't work for some reason.
It still feels slow, when needing to delete half the rows in a selection of 450, which is my own challenge.
Am wondering if copy/clear/paste might be faster, or if using an Array would do it, but haven't yet found the code for deleting "rows" in arrays.
 
Upvote 0
Where do I place Firefly2012's Code? I got it to work once somehow. Closed my file without saving. Can't get to work again
 
Upvote 0
No, this is not "the solution".
"The solution" will be in the form of a macro, which was the original query.
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,791
Members
449,188
Latest member
Hoffk036

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top