Hi,
I've a listbox below.
List0.RowSourceType = "Value List"
List0.RowSource = ""
List0.AddItem "1"
List0.AddItem "2"
List0.AddItem "3"
How do I get the value of 2 if a user select 2, the 2nd row of the list0?
Thanks in advance.
I've a listbox below.
List0.RowSourceType = "Value List"
List0.RowSource = ""
List0.AddItem "1"
List0.AddItem "2"
List0.AddItem "3"
How do I get the value of 2 if a user select 2, the 2nd row of the list0?
Thanks in advance.