Copying text fields in a protected document

M

Mike

What would be the best way to automatically copy a text
field from one section of a protected form to another
area of the form.

Thank you
 
J

Jay Freedman

Mike said:
What would be the best way to automatically copy a text
field from one section of a protected form to another
area of the form.

Thank you

Use a REF field that refers to the form field's built-in bookmark
name. When the value of the form field changes, use
ActiveDocument.FormFields.Update.
 
M

Mike

Thanks,

I tried that but I get an error message, it doesn't seem
to like the .update. When typing in the code update is
not one of the options that pop up after FormFields. I
have version 6.3 of Microsoft visual basic

Thanks
 
J

Jay Freedman

Hi, Mike,

Sorry 'bout that -- fumblefingers, or maybe fumblebrain -- it should be

ActiveDocument.Fields.Update
 

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.

Ask a Question

Top