+ Reply to Thread
Results 1 to 2 of 2

Easy question (Combo Box)

  1. #1
    jungleman
    Guest

    Easy question (Combo Box)

    I'm sure this is an easy coding question; I just don't know it. I know how to
    add a simple column to a Combo Box. Say if I wanted to add columns E1
    through J1 all the way down to E11 through J11. How do I input that?

    Thanks,
    Eric

  2. #2
    Tom Ogilvy
    Guest

    Re: Easy question (Combo Box)

    For a combobox on a Userform:

    Combobox1.rowSource = "Sheet1:E1:J11"
    Combobox1.ColumnCount = 6

    --
    Regards,
    Tom Ogilvy

    "jungleman" <[email protected]> wrote in message
    news:[email protected]...
    > I'm sure this is an easy coding question; I just don't know it. I know how

    to
    > add a simple column to a Combo Box. Say if I wanted to add columns E1
    > through J1 all the way down to E11 through J11. How do I input that?
    >
    > Thanks,
    > Eric




+ 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