Control arrays on Excel 2007 userforms

I

Informative

Up through Excel 2003 it has not been possible to add a control array similar
to what was possible in VB6 and up.

Having to custom code for ten uniquely named checkboxes checkbox1 checkbox2
through checkbox10 could be hundreds of lines of code.

It is obvious why this would be useful. Presenting a form with a set of say
ten checkboxes or radio buttons as an array requires a mere half dozen lines
of code using the array element in a loop.

Does Excel 2007 finally include thie feature?
 
J

Jim Rech

Does Excel 2007 finally include thie feature?

No.

If you haven't seen this workaround:

http://www.j-walk.com/ss/excel/tips/tip44.htm

--
Jim
| Up through Excel 2003 it has not been possible to add a control array
similar
| to what was possible in VB6 and up.
|
| Having to custom code for ten uniquely named checkboxes checkbox1
checkbox2
| through checkbox10 could be hundreds of lines of code.
|
| It is obvious why this would be useful. Presenting a form with a set of
say
| ten checkboxes or radio buttons as an array requires a mere half dozen
lines
| of code using the array element in a loop.
|
| Does Excel 2007 finally include thie feature?
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top