View Single Post
  #1   Report Post  
Greg
 
Posts: n/a
Default 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