G
Greg Maxey
I have been meaning to post a Tips page on this subject on my web page for
quite a while and so I dusted it off and finished it up today. I departed
somewhat from the Microsoft KB Article 19856 suggestion to use a ComboBox
and I used a ListBox instead because a formfield dropdown doesn't function
like a combobox.
The method lets you use one userform and on entry macro for as many textbox
fields you want to use as for dropdown entry. It also sets the value in the
dropdown to match the current value in the textfield.
As always, I appreciate in constructive comments or suggestions for
improvement.
http://gregmaxey.mvps.org/FormField_UserForm_ListBox.htm
quite a while and so I dusted it off and finished it up today. I departed
somewhat from the Microsoft KB Article 19856 suggestion to use a ComboBox
and I used a ListBox instead because a formfield dropdown doesn't function
like a combobox.
The method lets you use one userform and on entry macro for as many textbox
fields you want to use as for dropdown entry. It also sets the value in the
dropdown to match the current value in the textfield.
As always, I appreciate in constructive comments or suggestions for
improvement.
http://gregmaxey.mvps.org/FormField_UserForm_ListBox.htm