G
Guest
Is it possible in VBA to do a typical loop? Such as this. Basically I want checkboxes 2-5 to be invisible if checkbox 1 is not checked. I've found that it will not allow me to put in the "x + 1". Thanks. Matt
const x =
If checkbox1.value = fals
do while x <
checkbox(x).visible = fals
x +
loo
end if
const x =
If checkbox1.value = fals
do while x <
checkbox(x).visible = fals
x +
loo
end if