I have a range "LoopRange"
I have code to look through each row in the range
on command button click:
to move up, and on a separate button:![]()
ActiveCell.Offset(-1, 0).Select
to move down![]()
ActiveCell.Offset(1, 0).Select
My issue is that I would like that if the last row at the bottom is reached, it will jump back up to the first row, and vice versa.
Thanks in advance.
Bookmarks