Thread
:
naming a variable range
View Single Post
#
1
Posted to microsoft.public.excel.programming
Nigel[_27_]
external usenet poster
Posts: 25
naming a variable range
why isnt this working?
Range("A" & UniqueDataStart & ":" & "A" & DataLast).Select
ActiveWorkbook.Names.Add Name:="S1", RefersTo:=Selection
i just want to named that range S1
Reply With Quote
Nigel[_27_]
View Public Profile
Find all posts by Nigel[_27_]