Thread
:
about using a function for more objects
View Single Post
#
1
Posted to microsoft.public.excel.programming
Monte0682
external usenet poster
Posts: 15
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
Reply With Quote
Monte0682
View Public Profile
Find all posts by Monte0682