P
Paul Isaak
I can't figure out why this happens, but I'm new to VBA
userform1 has checkbox1 who's default value is true
If I UNcheck checkbox1 at runtime, then hide the form, then show the form,
checkbox1 becomes checked again.
What do I need to do so that when I call
if userform1.checkbox1 .value = false then.....
it won't have reset itself?
everytime I try to access the value of checkbox1 it returns true, even
though I've set it to false
SOOOOO Confused!!!!!
Paul
--
__________________________________
The Comedy & Juggling of Paul Isaak
http://www.funnyjuggler.com
Toll Free - 1-877-852-4590
userform1 has checkbox1 who's default value is true
If I UNcheck checkbox1 at runtime, then hide the form, then show the form,
checkbox1 becomes checked again.
What do I need to do so that when I call
if userform1.checkbox1 .value = false then.....
it won't have reset itself?
everytime I try to access the value of checkbox1 it returns true, even
though I've set it to false
SOOOOO Confused!!!!!
Paul
--
__________________________________
The Comedy & Juggling of Paul Isaak
http://www.funnyjuggler.com
Toll Free - 1-877-852-4590