Thread
:
Refering to 2nd Column in a Combobox
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Refering to 2nd Column in a Combobox
MsgBox ComboBox2.List(2, 1)
will give the 3rd row, 2nd column (since the base is 0) of ComboBox2.
ComboBox2.Value would give you the value in the BoundColumn of the
selected row.
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet