OwnHelp Property Example
This example sets the help text for first form field in current section to the contents of the AutoText entry named "Sample."
With Selection.Sections(1).Range.FormFields(1) .OwnHelp = False .HelpText = "Sample" End With