about using a function for more objects

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
 

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

Similar Threads


Top