Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using CheckBox as element of an array in EXCEL97 VBA ?

Status
Not open for further replies.

christian33

Instructor
Nov 1, 2001
2
FR
Using EXCEL97, with VBA I use forty CheckBoxes.

These CheckBoxes are named by VBA, CheckBox1, CheckBox2 etc... But I would like to use them like elements of an array of CheckBoxes, using calls to CheckBox(I).value, where I is an integer, in a loop.

Is it possible, as I am a novice in VBA programs.

Thank you for any information about this.

Christian GRANDE, French teacher in Bordeaux.
 
Unfortunately, control arrays are not available in VBA. That would sure make it a lot easier.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top