HelpText Property Example
This example sets the help text for the form field named "Name."
With ActiveDocument.FormFields("Name") .OwnHelp = True .HelpText = "Type your full legal name." End With