Combo Box Before Update

D

Darb

I need some help,

Does anyone know how to create a Before Update event in
Excel on a combo box. I would like to ask the user if
they are sure they want to make the change before the
change is saved in the combo box.

Thanks in advance for your help,

Darb
 
S

Stephen Nyikos

Try the BeforeUpdate event on the data source for the cbo.
It has to fire before accepting the entry, depending on
how the cbo gets its values.

Sn
 
Top