本示例显示更新域是否保留格式。

If ActiveDocument.Fields(1).IsMergeFormat = True Then
    MsgBox "保留格式"
Else
    MsgBox "不保留格式"
End If