M
Monica
I have a button on my form that says "Check All". When
it's clicked I execute this code:
Checkbox1.Value = True
Checkbox2.Value = True
Checkbox3.Value = True
....
Is there a way to set all to true with fewer lines of code?
Thx.
it's clicked I execute this code:
Checkbox1.Value = True
Checkbox2.Value = True
Checkbox3.Value = True
....
Is there a way to set all to true with fewer lines of code?
Thx.