The information in this article applies to:
SUMMARYThis article explains how to retrieve selected items from a ListBox control that allows you to select multiple values. MORE INFORMATION
In a UserForm, when you set the MultiSelect property to "1 -
fmMultiSelectMulti" (without the quotation marks) for a ListBox control,
you can choose any number of items from a list. For example, if a list
contains Alpha, Bravo, and Charlie, you can select any, none, or all of
the items.
False, True, True, FalseThis is true because the first item (1) is not selected, the second and third items (2 and 3) are selected, and the fourth item (4) is not selected. Sample Visual Basic ProcedureMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:http://www.microsoft.com/support/supportnet/overview/overview.aspThe steps in the following example read the array for the Selected property:
For additional information, please see the following article in the Microsoft Knowledge Base: Q161072 XL97: Cannot Use Mouse to Populate RowSource or ListFillRange REFERENCESFor more information about list boxes, click the Index tab in Visual Basic for Applications Help, type the following text listboxand then double-click the selected text to go to the "ListBox control" topic. For more information about the Selected property, click the Index tab in Visual Basic for Applications Help, type the following text selectedand then double-click the selected text to go to the "Selected Property" topic. Additional query words: XL97
Keywords : kbprg kbdta kbdtacode KbVBA |
Last Reviewed: November 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |