Am I using autofilter correctly ?
I'm setting autofilter in the usual way across some columns in VBA code.
Every alternate row is hidden.
(I've tried .EntireRow.Hidden = True and RowHeight = 0)
When the autofilter is then used, the rows matching the filter that are hidden are then shown.
Is there a setting I can use to prevent this ?
Cheers in advance !
I'm setting autofilter in the usual way across some columns in VBA code.
Every alternate row is hidden.
(I've tried .EntireRow.Hidden = True and RowHeight = 0)
When the autofilter is then used, the rows matching the filter that are hidden are then shown.
Is there a setting I can use to prevent this ?
Cheers in advance !