T
timc
i am opening a word document, printing the document and then closing msword
from a batch file. the batch file language uses msword macro commands.
however, the filecloseall command happens too fast after the fileprintdefault
command that i get a "word is trying to print..closing word will cancel
print" error message. in an attempt to make the program wait, i have inserted
a pause function after the fileprintdefault command. however, now the macro
waits before telling me that the "word is trying to print...". is there a way
to pause word while the print is spooling and then close the program?
from a batch file. the batch file language uses msword macro commands.
however, the filecloseall command happens too fast after the fileprintdefault
command that i get a "word is trying to print..closing word will cancel
print" error message. in an attempt to make the program wait, i have inserted
a pause function after the fileprintdefault command. however, now the macro
waits before telling me that the "word is trying to print...". is there a way
to pause word while the print is spooling and then close the program?