View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] martin.a.john@gmail.com is offline
external usenet poster
 
Posts: 11
Default Populating data in ComboBoxes on UserForms

Hi

I am trying to create a User from that has a drop-down for the user to
select from a pre-defined list.

I have created a combobox on the user form and have no idea how to
populate my list into this when the form opens for the user.

Is there is something really basic I am missing here? I have tried
playing around with ComboBox.AddItem "xxx" for example.
The combo box is still blank when I open the user form:(

Martin