+ Reply to Thread
Results 1 to 2 of 2

Populate multi-column list in sheet not in UserForm

Hybrid View

  1. #1
    Registered User
    Join Date
    06-12-2008
    Posts
    1

    Question Populate multi-column list in sheet not in UserForm

    I have simple list box on one of the sheets of an Excel (not on a userForm).
    I want to add two column of information. I set the multi-column value to 2.
    How can I add values to 2nd column?

    Adding values to first column works fine such as:
    lstTest.list = array("a","b","c")

    but, adding value to second column doesn't work:
    lstTest.list(0,1) = array("a","b","c")

    And, I noticed that RowSource property is not there either, any one know why?

    Thanks,
    Afzal

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    There's a ListFillRange that you can load from which is similar to RowSource.
    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