P
Peter KNAP
Hi.
When I write code for macro to see if user checked „CheckBox“ for example:
Sub FormSingle()
Set vSingle = ActiveDocument.FormFields(“bkSingleâ€).CheckBox
If vSingle.Value = True Then
ActiveDocument.Bookmarks(“bkChildrenYesâ€).Select
Enf If
End Sub
it Works only when user use for marking appropriate chceckbox keyboard. When
the mouse is used macro do not know that check box has been checked and no
reaction written in it (macro) pass off.
Isn’t it possible to write code the way it will work also when for marking
mouse is used?
When I write code for macro to see if user checked „CheckBox“ for example:
Sub FormSingle()
Set vSingle = ActiveDocument.FormFields(“bkSingleâ€).CheckBox
If vSingle.Value = True Then
ActiveDocument.Bookmarks(“bkChildrenYesâ€).Select
Enf If
End Sub
it Works only when user use for marking appropriate chceckbox keyboard. When
the mouse is used macro do not know that check box has been checked and no
reaction written in it (macro) pass off.
Isn’t it possible to write code the way it will work also when for marking
mouse is used?