J
Joel Allen
Hello,
I have this bit of code that opens the file, prints it, and close it:
objDoc.Application.Options.PrintBackground = True
objDoc.PrintOut
objDoc.Close wdDoNotSaveChanges
How can I choose a specific printer?
How can I bypass warnings from the word document like "The margins are set
outside of the printable area"?
Thanks,
Joel
I have this bit of code that opens the file, prints it, and close it:
objDoc.Application.Options.PrintBackground = True
objDoc.PrintOut
objDoc.Close wdDoNotSaveChanges
How can I choose a specific printer?
How can I bypass warnings from the word document like "The margins are set
outside of the printable area"?
Thanks,
Joel