+ Reply to Thread
Results 1 to 2 of 2

Multicolumn ListBox Output

  1. #1
    Registered User
    Join Date
    02-15-2012
    Location
    Peoria
    MS-Off Ver
    Excel 2010
    Posts
    1

    Multicolumn ListBox Output

    Hello!

    I'm using a multicolumn Listbox on a userform and i'm trying to understand how excel/vba deals with the data stored there. Ideally i'll have the user make a selection from the listbox and have it output to some cell/range but I have not been able to get it to work using the same method as my single column listboxes.

    Does excel treat each row as a single piece of data or is each column in the row treated as such? Just looking for some general help. Thanks in advance!

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Multicolumn ListBox Output

    Each column is treated individually.

    You can extract the data from the selected row like this.

    It puts the data in the next available row starting at column A.
    Please Login or Register  to view this content.

+ 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