Value of a hidden column in a combo box

B

Betsy

[ComboBoxName].column (#)

where "#" is the position of the column you wish. Remember that list boxes
and combo boxes are based on arrays, so they begin numbering at zero not
one. In other words, the third column in a three column combo box would be
numbered two. Clear as mud?

HTH- Betsy
 
R

Robert Anzalone

Clear as mud? No. Crystal clear though. Thanks much.
Betsy said:
[ComboBoxName].column (#)

where "#" is the position of the column you wish. Remember that list boxes
and combo boxes are based on arrays, so they begin numbering at zero not
one. In other words, the third column in a three column combo box would be
numbered two. Clear as mud?

HTH- Betsy


Robert Anzalone said:
How does one refer to a hidden column's value of a list box?
 

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