WD97: Mail Merge Helper Behaves Differently When Called by a Macro (197149)
The information in this article applies to:
- Microsoft Word 97 for Windows
This article was previously published under Q197149 SYMPTOMS
When the Mail Merge Helper dialog box is activated by a macro command, 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 while you are 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 that 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 show 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: | 6/17/2005 |
---|
Keywords: | kbmerge kbprb KB197149 |
---|
|