Using VLOOKUP in VBA with userform and combobox
I get an error (actually two)
1) See error on msgbox
2) on the VLOOKUP lines I get "Compile error Expected: list separator or )"
I want to populate fields base on the selection from combobox
Code below:
Private Sub Combo_WO_ADD_Change()
Dim...