View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Susan Susan is offline
external usenet poster
 
Posts: 1,117
Default names.add does not list those names in the "Go to" dialog box

different "names".
a named range in vba does not become a defined name in the worksheet.
:)
susan


n Apr 3, 10:36 am, "sisifus" wrote:
Hi

I am adding names for ranges in VBA.
For whatever reason they do not show up in the "go to.." dialog box
(<ctrl<g).

they are there.. I can type in the name in the dialogbox, press enter
and it selects the proper range...

any ideas?

Michael