i have this kind of Code in vba on my userform
Sub resetLabels()
If Sheets("Cup 128").Range("E5").Value <> False Then Label1.Caption = Sheets("Cup 128").Range("E5").Value
End Sub
this part works fine But when i try to put the Code Below into my code then the label get Red
when Start userform...