Thread
:
about using a function for more objects
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
about using a function for more objects
For i = 1 To 5
Controls("Checkbox" & i).Enabled = True
Next i
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet