Thread
:
Naming Ranges
View Single Post
#
1
Posted to microsoft.public.excel.programming
PCLIVE
external usenet poster
Posts: 1,311
Naming Ranges
I'm having trouble naming a range with this code.
B1 to D7 is selected.
r1 = 1
A1 = "950"
Why isn't this working?
ActiveWorkbook.Names.Add Name:=Range("A" & r1).Value,
RefersTo:=Selection.Address
Thanks.
Reply With Quote
PCLIVE
View Public Profile
Find all posts by PCLIVE