Help with code please

  • Thread starter Thread starter Greg
  • Start date Start date
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
 
Back
Top