appu_gusai
Member
hi all,
i have facing problem with below code
when i m run, value is blank
thank's in advance
i have facing problem with below code
Code:
If Application.WorksheetFunction.VLookup(Me.ComboBox1.Value, ThisWorkbook.Worksheets("IT").Range("B5:Y105"), 9, False) = "0" Then
Range("M16:O16") = Application.WorksheetFunction.VLookup(Me.ComboBox1.Value, ThisWorkbook.Worksheets("IT").Range("B5:Y105"), 10, False)
End If
when i m run, value is blank
thank's in advance