SiphoNombebe
Programmer
I have a word document that uses a macro to do the mailmerge and print to the printer and then it should close the word document after printing. When I use the code below in my macro to check if the printing status is complete and then close the word document, it does not work, it prints but does not close the word document.
Any ideas?
If Application.BackgroundPrintingStatus = 0 Then
Application.Quit (N)
End If
Any ideas?
If Application.BackgroundPrintingStatus = 0 Then
Application.Quit (N)
End If