Thread
:
Problem selecting a named range
View Single Post
#
1
Posted to microsoft.public.excel.programming
kkknie[_180_]
external usenet poster
Posts: 1
Problem selecting a named range
If you check out the help file, you find that you need an = sign befor
the xlFile!
ActiveWorkbook.Names.Add Name:="NamedRange",
RefersToR1C1:="=xlFile!R4C3:R522C3"
Odd that it works that way...
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
kkknie[_180_]
View Public Profile
Find all posts by kkknie[_180_]