Thread
:
Cell offset for filtered list
View Single Post
#
2
Posted to microsoft.public.excel.programming
Dave Peterson
external usenet poster
Posts: 35,218
Cell offset for filtered list
Maybe you could just come down a row and check to see if that row is visible.
If it is, then stop. If it's hidden, then come down and test again.
wrote:
Hi all,
I would like to know the VBA code to move down a row in a filtered
list. I use the ActiveCell.Offset (1,0) method but the cursor moved to
a hidden (set by my filter) row. My current location is A1 (heading for
first column).
I tried lookup for SpecialCells, thinking this may have something to do
with the solution I want. Not succeeding. :(
Thanks for sharing your insights.
David
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson