ReplaceMissing (Property)
Applies To:
QueryOptions object
Description:
Sets or returns a label for missing values.
Action:
Read-write, String
Example:
This example shows how to set the label for missing values to “missing”:
ActiveDocument.Sections["Query"].QueryOptions.ReplaceMissing = "missing"