View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Thompson Chris Thompson is offline
external usenet poster
 
Posts: 3
Default Combobox list source

Does anybody know if it is possible to achieve this?

I want the list source to a combobox to be two text strings (Solo &
Main) followed by the text entries in a column of cells (A2 downwards)
so that I end up with a combobox list that looks like this

Solo
Main
A1023452
A1238748
B126534
B128765
etc

where the A1023452 values are the values from cells A2 downwards.

Chris Thompson.