knowledge base 198561 combo box >25 items

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i cant seem to get the combo box to work.
i get it to display the box but nothing is in it.
does the order of the macros affect it?

thanks.
 
The order of the UserForm_Initialize(), ComboBox1_Change() and
Cmdclose_Click() subs does not matter. Do you however have them in the code
behind to the form or in the code in the Template together with the Entry
Macro?

You need to follow the instructions in the article exactly to make sure that
you get the code in the right place.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Back
Top