Results 1 to 4 of 4

Combo Box Mulitple Columns

Threaded View

Michael@Tafe Combo Box Mulitple Columns 11-18-2010, 01:16 AM
snb Re: Combo Box Mulitple Columns 11-18-2010, 04:58 AM
Michael@Tafe Re: Combo Box Mulitple Columns 11-22-2010, 06:09 PM
royUK Re: Combo Box Mulitple Columns 11-18-2010, 05:01 AM
  1. #1
    Registered User
    Join Date
    11-18-2010
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Combo Box Mulitple Columns

    Hi guys i was just needing some help with populating two columns within a combo box, i can populate the first one with no problems, but i have no idea how to even start on the second column.

    here is my code so far...

    Private Sub UserForm_Initialize()
    Sheets("Yachts Temp").Select
        Dim wscell As Range
        For Each wscell In Range("A1:A20")
            cboYachts.AddItem (wscell.Value)
            Next
    Sheets("Clients Temp").Select
        Dim wscell2 As Range
        For Each wscell2 In Range("A1:A105")
            cboSailors.AddItem (wscell2.Value)
            Next
    Sheets("Races").Select
    End Sub
    Last edited by Michael@Tafe; 11-18-2010 at 05:02 PM.

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