R Riuf New Member Sep 2, 2025 #1 What's the most efficient way to delete rows based on cell value in a large dataset using VBA?
Marc L Excel Ninja Sep 3, 2025 #2 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.
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.