H
hinesgg
I've created a form with checkboxes. I've created a macro that allows users to click on only one checkbox at a time. In testing my form, I've learned that the macro works if the mouse is used, but if an X is entered into the checkbox using the keyboard, the macro does not work and users can enter an X into any box they want. What can I add to my macro to exclude use of the keyboard
I'd appreciate any advice you can give
Here's my macro
Sub CheckBox23Yes(
If ActiveDocument.FormFields("Check23").CheckBox.Value = True The
ActiveDocument.FormFields("Check24").Result = Fals
ActiveDocument.FormFields("Check25").Result = Fals
Els
ActiveDocument.FormFields("Check23").Result = "
End If
I'd appreciate any advice you can give
Here's my macro
Sub CheckBox23Yes(
If ActiveDocument.FormFields("Check23").CheckBox.Value = True The
ActiveDocument.FormFields("Check24").Result = Fals
ActiveDocument.FormFields("Check25").Result = Fals
Els
ActiveDocument.FormFields("Check23").Result = "
End If