Word VBA, Print as PDF
In this article I will explain how you can use VBA for word to save a document as a pdf. – Basics: The basic code for saving a word document as a pdf can be seen below: ActiveDocument.ExportAsFixedFormat OutputFileName:= _ “D:StuffBusinessTempPDFName.pdf”, _