J
Jim Pockmire
How do I reference non-bound columns in the "ItemsSeleced" collection?
Jim said:But, whatc ode would I use to reference just the "ItemsSelected" collection
and not entire list box collection (that's where I'm stuck).
[quoted text clipped - 6 lines]By number, starting from 0, NOT 1. Hence you would refer to a field as .
Column(X, intCurrentRow), where X is the column number, and intCurrentRow
Jim,
Look in the help file for the Selection property. MS gives you all the code
you need.
Sam
[quoted text clipped - 4 lines]But, whatc ode would I use to reference just the "ItemsSelected" collection
and not entire list box collection (that's where I'm stuck).