View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Buttrey[_5_] Richard Buttrey[_5_] is offline
external usenet poster
 
Posts: 10
Default ComboBox - Entering Text

Hi,

I've got a ComboBox which correctly contains data specified in the
..RowSource property. However I can't get it to accept text, which the
user may wish to enter instead of choosing one of the values presented
in the drop down list.

I've set the Style property to 0 (fmStyleDropDownCombo) as the Help
screen suggests, but it still won't accept a user input.

Any ideas anyone?

TIA

Richard Buttrey