+ Reply to Thread
Results 1 to 2 of 2

Macro from List?

  1. #1
    Registered User
    Join Date
    08-23-2006
    Posts
    26

    Macro from List?

    Hi

    Looking for help - I want to run a macro from a list. Let me explain - if i have 5 options on a list 'Sheet A, Sheet B, Sheet C, Sheet D, Sheet E' - What I want is when you select an option from the list then a macro takes you straight to that sheet...

    Any ideas?

    Many Thanks !!

  2. #2
    Forum Contributor
    Join Date
    12-12-2005
    Posts
    667
    If you already have an Option box, simply assign this macro to it:
    Sub CheckBox1_Click()
    Sheets("Sheet2").Select
    End Sub
    Best regards,

    Ray

+ 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