Thread: R1C1 to Range
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jahson Jahson is offline
external usenet poster
 
Posts: 6
Default R1C1 to Range

How would I use an excel range with the following
statement instead of the R1C1 formula?

ActiveWorkbook.Names.Add Name:="Drp_Name",
RefersToR1C1:="=Control!R17C1"

For example

ActiveWorkbook.Names.Add Name:="Drp_Name",
RefersToR1C1:="=Control!Range("A1")

TIA