View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Freddie[_2_] Freddie[_2_] is offline
external usenet poster
 
Posts: 4
Default Checkbox List in VBA?

does Excel has CheckboxList object like the ones in normal VB?

i need to provide different number of checkboxes options based on
different cases. (E.g: case 1, i need to display 6 checkboxes, case 2
i need to display 11. both cases with different captions of course).
Of course i can do it in tedious way to create one individual checkbox
for each case, but i'm curious about it. It could save time and the
code will be neater as well:)

regards

freddie