Z
zSplash
I am trying to check a checkbox, Formfields(5), by code. This is what
doesn't work:
ActiveDocument.FormFields(5).Select '(properly selects the
checkbox)
ActiveDocument.FormFields(5).Result = 1 '(runs fine, but does not
make checkbox checked)
Help, please.
TIA
doesn't work:
ActiveDocument.FormFields(5).Select '(properly selects the
checkbox)
ActiveDocument.FormFields(5).Result = 1 '(runs fine, but does not
make checkbox checked)
Help, please.
TIA