Hi al,
For some reason I can’t seem to get this to work.
I’m trying to set the caption of a userform label based on acell value. I’m using the following VBA
Private Sub UserForm1_Initialize()
lbl_date.Caption =Sheets("August").Range("A3").Value
End Sub
The label name and sheet name are...