T
Tim Marsh
Hi,
I would like to create a form containing checkboxes 'on-the-fly' from a list
of values in a spreadsheet range, so after
"userform_initialise()"
i want something like
"do until the last cell in the range ="""
"me.controls.add...... a checkbox named after the value of the active cell"
"activecell.offset(1,0)"
"loop"
the bit i can't do is create the checkbox control on the userform (i guess
i'd also liketo control whereabouts on the form the controls go as they are
added).
greatly for any help,
Tim
I would like to create a form containing checkboxes 'on-the-fly' from a list
of values in a spreadsheet range, so after
"userform_initialise()"
i want something like
"do until the last cell in the range ="""
"me.controls.add...... a checkbox named after the value of the active cell"
"activecell.offset(1,0)"
"loop"
the bit i can't do is create the checkbox control on the userform (i guess
i'd also liketo control whereabouts on the form the controls go as they are
added).
greatly for any help,
Tim