E
Eric
converted an access 2003 application to acess 2007 and when trying to perform
a mailmerge using VBA the routine aborts at
With objWord.ActiveDocument.Mailmerge
.Destination = wdSendToNewDocument
.Execute
End With
For some reason it doesn't recognize wdSendToNewDocument any more.
Any help or tips are most appreciated.
a mailmerge using VBA the routine aborts at
With objWord.ActiveDocument.Mailmerge
.Destination = wdSendToNewDocument
.Execute
End With
For some reason it doesn't recognize wdSendToNewDocument any more.
Any help or tips are most appreciated.