G
Greg
How do I change the code below to look this range up on a sheet called "
Title "
Private Sub UserForm_Initialize()
UserForm1.Caption = Range("A1")
End Sub
Thanks in advance
Greg
Title "
Private Sub UserForm_Initialize()
UserForm1.Caption = Range("A1")
End Sub
Thanks in advance
Greg