G
Guest
If I have Autofiltering turned on, how can I tell from within a macro which
lines are selected?
for i = 1 to nRows
if row i is displayed then ....
next i
lines are selected?
for i = 1 to nRows
if row i is displayed then ....
next i