I'm using
Selection.FormFields.Add Range:=Selection.Range, Type:= _
wdFieldFormTextInput
to insert some formfields into a Word document. I've been asked to add some text to each formfield, for instance one need to be with the default text "placement".
Is this possible with Word VBA?
Thanks.