Thread: Combobox Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Combobox Help

Where does CH SM come from? What determines where the value goes?

--
HTH

Bob

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

"Kiran" wrote in message
...
Hi All,
I have a combobox with some values like "LT, ST, Tiny & SCM" now my query
is
i want to display values in selected row like if i select - LT
My out put should be like this
A B C D E F
1
2 LT CH SM
3

if i select - ST
A B C D E F
1
2 CH SM ST
3
and i want the values to be cleard based on selection change

TIA