I have a combobox with listfillrange of three columns of data (sheet2!A1:C20).
ColumnA ColumnB ColumnC
-------- -------- --------
Data1 Data2 Data3
...
I know if I do ComboBox1.Value --> this will get me Data1. How can I get the value in ColumnB, Data2?
ColumnA ColumnB ColumnC
-------- -------- --------
Data1 Data2 Data3
...
I know if I do ComboBox1.Value --> this will get me Data1. How can I get the value in ColumnB, Data2?