E
ExcelMonkey
I have a userform. I am trying to load a cell address into a caption box
when the form opens up. I am trying to do so by doing the following:
Private Sub UserForm3_Initialize()
UserForm1.Label1.Caption = ActiveCell.Parent.Name & ActiveCell.Address
End Sub
However this is not working. Am I using the wrong event?
Thanks
EM
when the form opens up. I am trying to do so by doing the following:
Private Sub UserForm3_Initialize()
UserForm1.Label1.Caption = ActiveCell.Parent.Name & ActiveCell.Address
End Sub
However this is not working. Am I using the wrong event?
Thanks
EM