+ Reply to Thread
Results 1 to 2 of 2

Combobox rowsource

  1. #1
    Registered User
    Join Date
    05-14-2007
    Posts
    16

    Combobox rowsource

    I have a userform with three option buttons on it. Depending on which option button is clicked, I would like the rowsource of the combobox to change. I have tried using case select but I get an error that the subscript is out of range. Where am I going wrong?

    Private Sub jstselect()
    Select Case True

    Case OptionButton3.Value
    ComboBox2.RowSource = Worksheets("Joist").Range("gg4:gg67")

    Case OptionButton4.Value
    ComboBox2.RowSource = Worksheets("Joist").Range("gg68:gg147")

    Case OptionButton5.Value
    ComboBox2.RowSource = Worksheets("Joist").Range("gg148:gg189")

    End Select
    End Sub

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Combobox rowsource

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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