Results 1 to 2 of 2

Navigating Rows Dynamic Range

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-30-2011
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    102

    Navigating Rows Dynamic Range

    I have a range "LoopRange"

    I have code to look through each row in the range

    on command button click:

    ActiveCell.Offset(-1, 0).Select
    to move up, and on a separate button:

    ActiveCell.Offset(1, 0).Select
    to move down

    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.
    Last edited by ZooTV92; 08-26-2011 at 11:36 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1