Hi all,
I'm having a problem that seems simply enough but I'm having poor luck finding a solution on the internet.
Currently, I'm looping over a couple of criteria that filters a range.
During the loop I would like to split and assign the first visible value below a certain header, MemHeader, to a variable. What I have so far is this:
The only problem now, given that the range is filtered, is that the above code always chooses row number 1, which of course means that MemberID will always be the same.
So, is there a way of using .Offset and make it pass over only the visible rows?
Thanks and best regards,
Bookmarks