Sign up to receive Decoded, a new monthly digest with product updates, feature release info, continuing education opportunities, and more.
Sub PrintDoc1(Doc As Document)
Doc.PrintOut , , , "C:\MyPath\MyFile1.prn", , , , , , , True
End Sub
Sub PrintDoc2(Doc As Document)
Doc.PrintOut OutputFileName:="C:\MyPath\MyFile2.prn", PrintToFile:=True
End Sub
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Join the community of 500,000 technology professionals and ask your questions.