Retrieve check box value in VBA

  • Thread starter Thread starter Aaron
  • Start date Start date
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!!!
 
Back
Top