Combobox row value in textbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • damonrulz
    New Member
    • Sep 2008
    • 13

    Combobox row value in textbox

    I am trying to find a way to get the row number that a combo box is on in a text box.

    Such as, if a combo box is on row 2, the the text box reads "2".

    Thanks.
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32633

    #2
    You will need to use the .ListIndex property.

    If you have trouble with the code required for this then post what you have and explain exactly what trouble you have. We are not here simply to do your work for you.

    Comment

    Working...