Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Word 2010 legacy form field value copied to an ActiveX form field

Status
Not open for further replies.

remeng

Technical User
Jul 27, 2006
519
US
Hi All;

I am coping and pasting a legacy text form field to an ActiveX text form field.

Legacy text form field = This is a test

ActiveX text form field result = FORMTEXT This is a test

Code:
App_D_Final_Add.Value = ActiveDocument.Bookmarks("Dev_Add_Other").Range

How can I auto delete FORMTEXT from the ActiveX output?

Thanks,

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top