|
Re: VBA CheckBox Problems
Thanks very much for your help on this -
I have now found the problem - there are two diffrent codes needed depending on if you are using an ACTIVE or FORMS Checkbox
for Active use ActiveSheet.CheckBox1.Value
for Forms use ActiveSheet.[Check Box 1].Value
I have plugged this in now, and it is all working great -- thank god - took me ages
cheers
Jaimie
|