+ Reply to Thread
Results 1 to 2 of 2

Linking worksheets by buttons.

  1. #1
    Registered User
    Join Date
    04-20-2006
    Posts
    1

    Linking worksheets by buttons.

    Hi,
    I am new to all this excel stuff so this may seem a simple question.
    I am trying to link together worksheet tables by the use of a n onscreen visual button. So by simply clicking on a certain cell/button it will take the user to my desired worksheet.

    Any Ideas?!?!?!?

    Cheers.

  2. #2
    Forum Contributor keithl816's Avatar
    Join Date
    03-18-2005
    Location
    Georgia
    MS-Off Ver
    2000
    Posts
    188
    If you want to designate a cell to open another sheet you could Hyperlink to that sheet.

    Right click cell in the dropdown pick Hyperlink|Pick Your Workbook then Click Bookmark|Select sheet desired.

    Or you could create a toggle button
    Go into design mode place a togglebutton onto the sheet and right click, in the dropdown click view code. place this code between Private sub Togglebutton1_Click() and End Sub

    Please Login or Register  to view this content.
    Change sheet1 to the name of the sheet you are wanting to open. Also make sure to hide the sheet before clicking the button.

    hope this helps

+ 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