What is the simple way to capture the combo box row value?
I have a combo box with employee information (combobox_emp).
I want to capture the row selected by the user to a variable (varEmp)
this is used to later populate dynamic text boxes.
textbox.text= Sheet2.Cells(varRow, 1) ... etc
Thanks - it's simple, but I'm not an excel guy.
I have a combo box with employee information (combobox_emp).
I want to capture the row selected by the user to a variable (varEmp)
this is used to later populate dynamic text boxes.
textbox.text= Sheet2.Cells(varRow, 1) ... etc
Thanks - it's simple, but I'm not an excel guy.