Does anybody know how i can scroll through the results of an autofilter using VBA while skipping the hidden rows?
For example, I autofilter a list (with VBA) and the first result is on A600 - although it's displayed as if it were on A2. If I'm on A1 and try to activecell.offset down one, it goes to A2 (hidden in this case) and not A600 like i would like. any ideas?
thanks
-Nick
For example, I autofilter a list (with VBA) and the first result is on A600 - although it's displayed as if it were on A2. If I'm on A1 and try to activecell.offset down one, it goes to A2 (hidden in this case) and not A600 like i would like. any ideas?
thanks
-Nick