Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim oField As Word.Field
[COLOR=red]' the other code to get at each file[/color red]
For Each oField In ActiveDocument.Fields()
If oField.Type = wdFieldMergeField Then
[COLOR=red] ' do whatever test you want on the MergeField
' what exactly are you looking for?[/color red]
End If
Next