hide userform, but keep values

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
 
P

Paul Isaak

Oh nevermind - I've figured it out. - or at least I've figured out that that
wasn't the real problem in the 1st place.

Paul

--
__________________________________

The Comedy & Juggling of Paul Isaak
http://www.funnyjuggler.com



Toll Free - 1-877-852-4590
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top