onCHange event

  • Thread starter Thread starter geebee
  • Start date Start date
G

geebee

hi,

i have a form combobox which i would like to invoke some VBA after a value
is selected from it. i tried the change event for the control in VBA but it
doesnt seem to be accurate. i also tried the LostFocus event. can someone
help me?

thanks in advance,
geebee
 
So you have a combo box from the forms toolbar. You can assign a macro to it
by right clicking the control and selecting Assign Macro. When a change is
made to the combo box the macro will fire.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

copy cells 1
make selection in listbox html with vba 0
Weird Behaviour of Code 11
select listbox item 1
trouble with onchange event 3
OnChange Event 4
named range 2
drodown selection 3

Back
Top