But that is how it already works - when you open a Word mailmerge main document, it loads the Excel file with the most recent updates to the data. Keeping the mailmerge main document open while the Excel file is being updated is risky - it could result in data loss. Is there a reason you can't close the mailmerge main document when it's not actually being used to generate a mailmerge?i am just want to do this auttomaticaly when the word file opens
Sub oj()
With Dialogs(wdDialogMailMergeRecipients)
.Update
.Execute
End With
End Sub