Hi All, please help me find a solution on this error. When I enter emp ID on the combobox and if I enter more than the usual number of digits, I get the error. Error is found on this line:
theValue = Application.VLookup(CLng(ComboBox1), rng, 11, False)
Please assist. Here's the code:
Private...