View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Snowfire Snowfire is offline
external usenet poster
 
Posts: 25
Default Store strings in a Define Name

On 10 Nov, 17:50, "Bob Phillips" wrote:
Me.ComboBox1.List = Application.Evaluate(Names("defined_name").RefersT o)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Snowfire" wrote in message

ups.com...



I want to store an array of Emailnames in a Define Name "range" so
they are semi hidden.
How can I add to an existing list and how can I retrieve name from
this stored list to a Combo. I have worked out how to create an
initial list and load this into a combo but lost on manipulating it.- Hide quoted text -


- Show quoted text -


Thanks Bob, loads a treat!