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
How can I auto delete FORMTEXT from the ActiveX output?
Thanks,
Mike
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