hi all
i'm usung this command to check 16 checkboxes
for inti = 1 to 16
check1(inti) = vbchecked
next inti
but with this ommand it wil loop 16 times trough the code
is there a way it will set the checkboxes at once
thanks maarten
i'm usung this command to check 16 checkboxes
for inti = 1 to 16
check1(inti) = vbchecked
next inti
but with this ommand it wil loop 16 times trough the code
is there a way it will set the checkboxes at once
thanks maarten
Comment