D
DavidC
hi, got a program which is doing a mailmerge,
the system i wrote and first tested it on was a win xp machine and word xp
(2002),
BUT it does not work on a xp machine with word 2003!!!!
the line it goes wrong on is the ***wdSendToNewDocument***
DOES ANYONE HAVE ANY IDEAS????
the program:
Dim wordapp As New Word.Application
Set wordapp = CreateObject("Word.Application")
wordapp.ActiveDocument.Mailmerge.Destination = wdSendToNewDocument
wordapp.ActiveDocument.Mailmerge.Execute
The code is on a button.
Many Thanks
Dave
the system i wrote and first tested it on was a win xp machine and word xp
(2002),
BUT it does not work on a xp machine with word 2003!!!!
the line it goes wrong on is the ***wdSendToNewDocument***
DOES ANYONE HAVE ANY IDEAS????
the program:
Dim wordapp As New Word.Application
Set wordapp = CreateObject("Word.Application")
wordapp.ActiveDocument.Mailmerge.Destination = wdSendToNewDocument
wordapp.ActiveDocument.Mailmerge.Execute
The code is on a button.
Many Thanks
Dave