View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
stealthshady stealthshady is offline
external usenet poster
 
Posts: 1
Default UserForm ListBox w/ Multiple Checkboxes

Hoping someone can help...

I have a listbox working with checkboxes and multiple-select enabled. The
list is populated using a range in the worksheet. I would like to add a
second column in the listbox, with a drop-down of choices (hard-coded or
referenced via a range, doesn't matter).

I tried an alternate method of using the spreadsheet control and validation
but I would rather stay with the listbox.

Please help!!