View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default How to create Checkboxex on the fly

Best way? Don't.

Create more than you need and hide them, unhiding those you need as you need
them.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Madiya" wrote in message
...
I have a list box populated with amounts.
I want to create a checkbox for each items in listbox with checkbox
caption as amount on the fly.
Pl suggest the best way for the same.
Pl note that once the user selects the checkboxes, I need to process
all the selected checkboxes.

Regards,
Madiya