View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Rosenkrantz[_3_] Mark Rosenkrantz[_3_] is offline
external usenet poster
 
Posts: 8
Default Change and update contents of a dropdown combo ....

Dear all;

I have a UserForm with a dropdown combobox.
This box holds names.
Scrolling these names shows info on a few labels on the Userform.
Sometimes these names are misspelled and have to be corrected.

Now what is the best/quickest way to update this name and have the dropdown
combobox updated immediatly.
I prefer to add a commandbutton which I can click and let me do this.

Someone ?

Mark.