View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
Greg[_20_] Greg[_20_] is offline
external usenet poster
 
Posts: 58
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