Cycling through many checkboxes
Posted by Kale on November 13, 2001 1:20 PM
Is there a way to make this code more condensed?
With UserForm
.CheckBox1.Caption = 1
.CheckBox2.Caption = 2
.CheckBox3.Caption = 3
.CheckBox4.Caption = 4
.CheckBox5.Caption = 5
.CheckBox6.Caption = 6
.CheckBox7.Caption = 7
.CheckBox8.Caption = 8
.CheckBox9.Caption = 9
.CheckBox10.Caption = 10
End with
Thanks for your help