Retrieve check box value in VBA

A

Aaron

I have a form set up that runs macros from command buttons, and I want to
allow the user to choose which portions of the code to run by selecting a
couple of checkboxes. I can't figure out how to retrieve the checkbox value
(i.e. whether it is selected or not, Yes/No) in VBA. I can assigna variable
to the control, but I can't get the value. Please help!!!
 

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