View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken Ken is offline
external usenet poster
 
Posts: 590
Default Built-In Dialogs and xldialoglistproperties

I would like to create a list for the user to select.

I found the xldialoglistproperties in the enumerations. How do I set up a
dialog box to show my list and get the values from it?

I am trying to avoid a form, but if that is not possible then I will use a
form.

Thanks in advance.