+ Reply to Thread
Results 1 to 2 of 2

Combo Box

Hybrid View

  1. #1
    Greg B
    Guest

    Combo Box

    Hi all,

    I have a combobox which shows worksheets that have a certain element in it ,
    How do I get it to activate the page selected in the combo box.

    the userform is called "formspage"

    combobox.1

    Thanks in advance

    Greg



  2. #2
    K Dales
    Guest

    RE: Combo Box

    In the code module for the userform:

    Private Sub ComboBox1_Change()

    Worksheets(ComboBox1.Value).Select

    End Sub

    "Greg B" wrote:

    > Hi all,
    >
    > I have a combobox which shows worksheets that have a certain element in it ,
    > How do I get it to activate the page selected in the combo box.
    >
    > the userform is called "formspage"
    >
    > combobox.1
    >
    > Thanks in advance
    >
    > Greg
    >
    >
    >


+ 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