I am dynamically creating checkboxes at runtime and
trying to set the bookmark name. However, it will not
allow me to set the new checkbox. I have tried
dynamically changing the name of the bookmark, deleting
it, and renaming. Nothing seems to work. Any help or
work around would be appreciated
Word Heretic - 07 Dec 2004 09:03 GMT
G'day "Shawn" <shawn.old@dinslaw.com>,
I THINK you mean Forms checkboxes in the body of the text. Do
something like this:
selection.FormFields(1).CheckBox.Value = True
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Shawn reckoned:
>I am dynamically creating checkboxes at runtime and
>trying to set the bookmark name. However, it will not
>allow me to set the new checkbox. I have tried
>dynamically changing the name of the bookmark, deleting
>it, and renaming. Nothing seems to work. Any help or
>work around would be appreciated