Need help on my Excel VB code
Need some assistance on my VB coding.
Actually I need to display the data from the table based on my combobox list selection.
Example
Column 1 Column 2
A Text1
B Text 2
C Text 3
Once the user select 'B' from the comboBox, the label1 should display the Column 2 value = Text 2.
Please do help me on this issue.
Thank you.
Re: Need help on my Excel VB code
is this a vb.net or an excel vba question?
if vba, try the Office Development forum:
http://www.vbforums.com/forumdisplay.php?f=37
if vb.net we need more information
Re: Need help on my Excel VB code