View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kkknie[_180_] kkknie[_180_] is offline
external usenet poster
 
Posts: 1
Default 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