View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
alvin Kuiper alvin Kuiper is offline
external usenet poster
 
Posts: 175
Default Two values in a combobox

Hi
If i use
For Each b In rng3
combo_timer.AddItem b.Text
next

is there away to say the values are somthing and the tex are something else
like in a combobox in a database where what you see in the combobox are
text and the value are numbers.

In my case here i only give combo_timer a value B in rng3 but is there a way
to give another value also like text is somthing and the valuea are somthing?

regards

alvin