Link to home
Start Free TrialLog in
Avatar of onlinemathteacher
onlinemathteacherFlag for United States of America

asked on

Grouping Checkboxes In Forms

I have a WORD form with multiple choice questions on it.  The questions are followed by checkboxes where the student picks an answer.  I have code in Excel that processes the WORD form  to see if the student selects the right answer, and code that looks to see if the student selects more than one answer.  If they choose more than one answer, then no credit would be given.

It would be better to have code in the WORD form that does not allow the student to pick more than one answer.  If they pick a second checkbox, then the first one they select has to be erased somehow.

Can this be done using vba?
ASKER CERTIFIED SOLUTION
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of onlinemathteacher

ASKER

Thanks.

Guess I need to review the capablilities of the various controls.  

I did a quick look, don't see anything from flyster.  I do see how a pull down could be used, I could do that.  I'll have to read up on the ActiveX option you mention.
Thanks !