Thread
:
Advanced Filter vs. Macro for deleting dup rows in sheet
View Single Post
#
1
Posted to microsoft.public.excel.programming
lexcel
external usenet poster
Posts: 34
Advanced Filter vs. Macro for deleting dup rows in sheet
The best is to combine the two:
Filter the sheet, then use a macro to delete the cells that are not
visible.
Maybe the Range property Specialcells(xlVisible) can be of use in this.
Reply With Quote
lexcel
View Public Profile
Find all posts by lexcel