+ Reply to Thread
Results 1 to 2 of 2

Excel VBA Combo Box Populating dependent on other combo box choices

  1. #1
    ikabodred
    Guest

    Excel VBA Combo Box Populating dependent on other combo box choices

    I am trying to populate a combo box that is dependent on another combo
    box selection. I currently trying to use a "Select Case
    comboBox1.value", "Case 1, Case 2.....Case N", and I am referenceing
    the list index of the selection in the independent combo box to be the
    case number in the "comboBox1.value" case. This is not working. Can
    anyone help me out?


  2. #2
    Tom Ogilvy
    Guest

    RE: Excel VBA Combo Box Populating dependent on other combo box choice

    Select Case Combobox1.ListIndex
    case 0

    case 1

    case 2

    case else

    end Select

    this assumes a combobox from the control toolbox toolbar.

    --
    Regards,
    Tom Ogilvy


    "ikabodred" wrote:

    > I am trying to populate a combo box that is dependent on another combo
    > box selection. I currently trying to use a "Select Case
    > comboBox1.value", "Case 1, Case 2.....Case N", and I am referenceing
    > the list index of the selection in the independent combo box to be the
    > case number in the "comboBox1.value" case. This is not working. Can
    > anyone help me out?
    >
    >


+ 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