Hey guys,
i am just wandering how i can access a form field by its name?
I am using vb.net and I only seem to be able to access a field by its
bookmark name. Does this mean I cant actually set the value of the field
with .Result, i can only replace the field with a value? Is there any other
way to do it?
Thanks
nathan
Doug Robbins - Word MVP - 16 May 2006 04:46 GMT
Use
ActiveDocument.FormFields("[bookmarkname]").Result
to get or set the contents of the formfield.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hey guys,
>
[quoted text clipped - 8 lines]
>
> nathan