• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Row Deletion efficiency VBA

Riuf

New Member
What's the most efficient way to delete rows based on cell value in a large dataset using VBA?
 
The same as manually : first sort the dataset in order all rows to be deleted must be at the end then select and clear them ...​
The classic way for not so huge dataset : filter then select and delete.​
 
Back
Top