View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
aftamath77 aftamath77 is offline
external usenet poster
 
Posts: 30
Default Enter text in a Combobox

Is it possible to allow a user to enter a "not list" item into a VB userform
combobox?

I found this website saying that there are three types of comboboxes:
http://www.vb6.us/tutorials/visual-b...o-box-tutorial

It says that a type 0 combobox allows a user to enter values in the textbox
portion of the combobox. Is this correct and how do I code the combobox to
allow this?