MS Word form fields ActiveDocument.formfields question

karstenanderson

Senior member
Sep 8, 2004
919
0
76
EDIT NEVERMIND I FIXED IT
i had to use:
ActiveDocument.FormFields("Text2").Result = ActiveDocument.FormFields("Text1").Result

--------------------------

OK i'm trying to make a macro that will replicate a text form field to several spots in a document, like for entering a name in. problem is when i try to code it in,

ActiveDocument.FormFields.Text2.Text = ActiveDocument.FormFields.Text1.Text

it keeps giving me method or data member not found.. what am i doing wrong?? this macro is in a new module in the current document named NewMacros.


thanks for any help!!