Thread: Named Ranges
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
William Benson[_2_] William Benson[_2_] is offline
external usenet poster
 
Posts: 230
Default Named Ranges

Hello, I am naming ranges using the ThisWorkbook.Names.Add method and while
I can later view them in a list of Names when I use the command sequence
Insert Name Define, I cannot see them when I hit F5 or Control-G to 'Goto'
them. Can someone please explain what extra steps I might need to take to be
able to see them in the Goto box?

Thanks