about using a function for more objects

  • Thread starter Thread starter Monte0682
  • Start date Start date
M

Monte0682

I have 5 checkboxes: checkbox1, checkbox2, etc...

I want to make a funtion

for i=1 to 5
checkboxi.enable=true
next

How to do this so I don't have to do
checkbox1
checkbox2
checkbox3
checkbox4
checkbox5
 
Back
Top