Hi All,
I am getting "Unable to VLookup property of the Worksheets Function Class" Erro for the below code.
Kindly assist
I am using this code in a userform
Private Sub ListBox1_Click()
Dim l As Integer
Dim f As Integer
EST.TextBox6 = EST.ListBox1
l = Len(EST.TextBox6)
f =...