Referring to column data in multi-select list box

B

BRUNO

How can a refer to specific column data in a multi-select
list box? I know to use the syntax:

lstMyListBox.Column(n)

in a single-select list box, but how do I do this in a
multi-select? Any help is greatly appreciated.

BRUNO
(e-mail address removed)
 
P

peter walker

You can use the Column property to refer to a specific column, or column and
*row* combination, in a multiple-column combo box or list box.

....
Forms!Contacts!Customers.Column(1, 4)

--

peter walker MVP

Please post replies to the news group so everyone can benefit.
www.papwalker.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top