WD2000: Mail Merge Helper Behaves Differently When You Use a Macro (212150)
The information in this article applies to:
This article was previously published under Q212150 SYMPTOMS
When you use a macro command to activate the Mail Merge Helper dialog box, some of the options either are unavailable or are already activated with the use of defaults rather than offering you choices.
For example, when you run the following macro example in a mail merge main document
Sub MyMailMergeHelper()
Set mydialog = Dialogs(wdDialogMailMergeHelper)
With mydialog
.Show
End With
End Sub
the following problems may occur:
- The Create document type option does not allow you to select a new main document. The macro automatically changes the active window to the new mail merge main document you selected.
- The Restore to Normal Word document option does not offer a confirmation dialog box. The macro immediately removes all data file and header file information.
- The Edit Data Source button opens the data source in View Source mode rather than the Data Form dialog box. To open the file in the Data Form dialog box, click the Data Form button on the Mail Merge toolbar.
WORKAROUND
To display the Mail Merge Helper while you are in a mail merge main document, do one of the following:
- On the Tools menu, click Mail Merge.
-or- - On the Mail Merge toolbar, click Mail Merge Helper.
Modification Type: | Major | Last Reviewed: | 8/30/2002 |
---|
Keywords: | kbmerge kbprb KB212150 |
---|
|