View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Monte0682 Monte0682 is offline
external usenet poster
 
Posts: 15
Default about using a function for more objects

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