M
Mike Magill
Hi,
I'm trying to create a UserForm that amongst other things shows the
contents of a cell (H3) on a worksheet (Risk Register) in a label when
the UserForm is shown.
My searching online suggests the following code should work but it
doesn't for me. The label is simply blank. What am I doing wrong?
Thanks,
Mike
Private Sub UserForm2_Initialize()
Label4.Caption = Worksheets("Risk Register").Range("H3").Value
End Sub
I'm trying to create a UserForm that amongst other things shows the
contents of a cell (H3) on a worksheet (Risk Register) in a label when
the UserForm is shown.
My searching online suggests the following code should work but it
doesn't for me. The label is simply blank. What am I doing wrong?
Thanks,
Mike
Private Sub UserForm2_Initialize()
Label4.Caption = Worksheets("Risk Register").Range("H3").Value
End Sub