I am trying to programatically create a checkbox control on a userform in
Excel97 VBA. The help files don't seem have any info on how to do this.
dim cb as checkbox
set cb as new checkbox
does not work. I need to be able to create a variable number of checkboxes
(depends upon per-row info in a spreadsheet). I was hoping to use an array
of checkbox controls, but the VBA controls apparently do not support control
arrays. Anyway, if I can get one checkbox created I can manage the rest.
Anyone out there know how to create a checkbox control on a userform from
Excep97 VBA???
Any help that anyone can provide would be greately appreciated!
Thanks
Michael Edelman