Thread
:
Help with code please
View Single Post
#
1
Greg
Posts: n/a
Help with code please
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
Reply With Quote