Dear all
I have the following code, I am trying to check if there is a value above 0 through the lookup.
Dim a As String
For Each cCont In Me.Controls
If TypeName(cCont) = "Label" Then
a = cCont.Caption
End If
b = Application.WorksheetFunction.VLookup(a, Sheet1.Range("C4:I24"), 7...