Your CheckBox FormField probably has a default name of "CheckN' where N is a
number unless you've renamed it. Assuming you haven't you can use the
following code to refer to the value of the FormField:
ActiveDocument.FormFields("Check1").Result
A value of 1 = Checked and 0 = unchecked.
HTH + Cheers - Peter
D
Doug Robbins - Word MVP - DELETE UPPERCASE CHARACT
will return "True" if the checkbox to which the bookmark name "Check1" is
assigned is checked and "False" if it is not.
--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.