Hello!
let's say i have "check box 20" and i want to make an IF-clause to check, if this same box is checked or unchecked.
This makes it enabled i have figured out myself yay!
ActiveSheet.Shapes("Check Box 20").Select
With Selection
.Value = xlOn
So Is it possible to make IF-clause to "sniff" that box if its checked or not?
Thanks a million!
let's say i have "check box 20" and i want to make an IF-clause to check, if this same box is checked or unchecked.
This makes it enabled i have figured out myself yay!
ActiveSheet.Shapes("Check Box 20").Select
With Selection
.Value = xlOn
So Is it possible to make IF-clause to "sniff" that box if its checked or not?
Thanks a million!