Delete_Unwanted_Rows

Delete rows in a different way
I used to delete rows by looping through those rows and use Range().Delete xlshiftUp for rows need to be deleted.
But that process takes too long if we have too many rows to delete.
As an alternative method, we can use 1 delete command after searching for those rows.
This is the function to do that, it is not complete, and not to be used out-of-the-box, it needs some tweaks first.


Public

Tested

Not My Work

Views 1093
Downloads 355

VBA-Excel Layout+Design
ANmarAmdeen
929
Attachments
Revisions

v1.0

Tuesday
April
14
2020