victorbello
Programmer
Is there a way to go through all the FormFields in a document and change their style all together?
i'm trying this:
For Each mFormField In ActiveDocument.FormFields()
<--MISSING CODE-->
Selection.Style = "Any style"
Next
But i'm missing the sentence there to select mFormField before applying the style.
Thanks
VB
i'm trying this:
For Each mFormField In ActiveDocument.FormFields()
<--MISSING CODE-->
Selection.Style = "Any style"
Next
But i'm missing the sentence there to select mFormField before applying the style.
Thanks
VB