Thread: Combobox Value
View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Combobox Value

Yes, and I still don't see the problem. If you add this to the combo click
event

MsgBox Comobox1.Value

You get either A or B when you select from it.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Amoni" wrote in message
...
With offset I meant the first item added to the combobox and that i A. But

I
want to when changing manually in excel from A to B, my msgBox to display

B
and not still A. Do u understand my problem?

//Amoni