A
Asa
The following code works just the way i want it to in a
document in Word 2000: it shows the dialogbox for Print...
With ActiveDocument.MailMerge
.Destination = wdSendToPrinter
.Execute Pause:=False
End With
When run in 2002 the dialogbox doesn't appear, it just
prints the document. Are there any changes in the way
execute works or what? Does somebody know?
/Asa
document in Word 2000: it shows the dialogbox for Print...
With ActiveDocument.MailMerge
.Destination = wdSendToPrinter
.Execute Pause:=False
End With
When run in 2002 the dialogbox doesn't appear, it just
prints the document. Are there any changes in the way
execute works or what? Does somebody know?
/Asa