G
Guest
Hi,
I just recorded a macro that uses the autfilter to filter
so only blank cells are shown in a column. The text that
is in the VB editor when you step into the macro is:
Selection.AutoFilter Field:=14, Criteria1:="="
Range("A1").Select
Does anyone know how to adapt this so that the autofilter
isn't needed? And also how to reverse it, like a show all.
But I want the show all not to just undo the above, if I
write more macro I want it to undo any that are on?
I just recorded a macro that uses the autfilter to filter
so only blank cells are shown in a column. The text that
is in the VB editor when you step into the macro is:
Selection.AutoFilter Field:=14, Criteria1:="="
Range("A1").Select
Does anyone know how to adapt this so that the autofilter
isn't needed? And also how to reverse it, like a show all.
But I want the show all not to just undo the above, if I
write more macro I want it to undo any that are on?