G
Guest
Only new to VBA but have a combo box that i would like to able to add new
data (names) to without getting the error "item not in list". I can currently
open a new name data entry form, add the name then return, but this is not
convenient. I would prefer to add straight into the combo box field (perhaps
with just a warning message). Im new to vba so a step by step procedure is
necessary.
So far i believe that an event is attached to the OnNotInList property. Ive
tried one procedure but couldn't get it to work. Also beleive that it is
necessary to declare "references" in the vba module- a quick run down on this
might be good too as ive tried it with no luck. Your help on i guess, a basic
topic would be great.
data (names) to without getting the error "item not in list". I can currently
open a new name data entry form, add the name then return, but this is not
convenient. I would prefer to add straight into the combo box field (perhaps
with just a warning message). Im new to vba so a step by step procedure is
necessary.
So far i believe that an event is attached to the OnNotInList property. Ive
tried one procedure but couldn't get it to work. Also beleive that it is
necessary to declare "references" in the vba module- a quick run down on this
might be good too as ive tried it with no luck. Your help on i guess, a basic
topic would be great.