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 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:
REFERENCES
For more information about list boxes, click the Office Assistant, type
listbox, click Search, and then click to view "ListBox Control."
Q179216 OFF98: How to Use the Microsoft Office Installer Program Additional query words: XL97
Keywords : kbprg xlvbahowto xlvbainfo |
Last Reviewed: November 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |