Syntax
MailMergeInsertAsk .Name = text [, .Prompt = text] [, .DefaultBookmarkText = text] [, .AskOnce = number]
Remarks
Inserts an ASK field into a main document at the insertion point. When updated, an ASK field displays a dialog box that prompts for text to assign to the specified bookmark.
Argument | Explanation |
.Name | The name of the bookmark to which you want to assign the text typed in the dialog box. |
.Prompt | A prompt that appears in the dialog box (for example, "Your Initials:"). |
.DefaultBookmarkText | Default text to assign to the bookmark. |
.AskOnce | If 1, Word displays the prompt once at the beginning of the merge instead of once for each data record. |
See Also
InsertField, MailMergeInsertFillIn, MailMergeInsertSet