View Single Post
  #1   Report Post  
Bruce Bruce is offline
Junior Member
 
Posts: 2
Question Named Ranges in VBA

I need to know how to name a range using VBA. The example as follows does not work.
Selection.Name = "Named Range".
What is the correct syntax for this?