View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] abolotnov@gmail.com is offline
external usenet poster
 
Posts: 1
Default Populate ComboBox with Enum

Hi,

I am trying to put together a simple custom form for MS excel and
can't find a way to populate a combobox with Enum.

Basically it's a form that allows to save a user entry - name, email
and type

the UserType is an Enum within User class but I can't populate the
form's ComboBox with it's values. Is this possible at all?

Many thanks for any advises,
Alexander.