+ Reply to Thread
Results 1 to 3 of 3

Navigate in sheet with a button

  1. #1
    Jonas G
    Guest

    Navigate in sheet with a button

    I'va made a projectplan and would like to navigate to "today" by using a
    command button.

    Any clues would be greatly appreciated.

  2. #2
    Andrew B
    Guest

    Re: Navigate in sheet with a button

    Hi Jonas
    You could:
    1. Create an object such as a rectangle from the drawing toolbar.
    2. Right-click on the object and assign a macro to it.
    3. The macro could be:

    Sub GoToday ()
    Sheets("Today").Activate
    End Sub

    HTH

    Andrew B

    Jonas G wrote:
    > I'va made a projectplan and would like to navigate to "today" by using a
    > command button.
    >
    > Any clues would be greatly appreciated.


  3. #3
    Mike Fogleman
    Guest

    Re: Navigate in sheet with a button

    The simplest way to navigate a workbook is to Insert/Hyperlink. You create
    the Display Text and enter the cell or Named Range to go to.

    Mike F
    "Jonas G" <Jonas [email protected]> wrote in message
    news:[email protected]...
    > I'va made a projectplan and would like to navigate to "today" by using a
    > command button.
    >
    > Any clues would be greatly appreciated.




+ Reply to Thread

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