How to retain the value of a checkbox for query later

P

Peter

I have 4 checkboxes in a userform, depending on which ones
are checked I need to insert different language in a
document. How do I retain the value of a check box for
later querying?
I need the IF statements to look like this

If thisischecked
If this isalsochecked
insert this text
Else
insert this other text
Endif
Thanks
Pete
 

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