Launch macro sub after hitting "create pdf" button in word
I have three macro subs
Public Sub FilePrint()
Public Sub FilePrintDefault()
Public Sub FilePrintPreview()
That have code in them to Hide some text that I don't want to show up in the final print.
Something I forgot about is what if someone has Acrobat Writer installed so they have the "Create Pdf" button in the Acrobat Ribbon. Is there a public sub that will run if the "Create Pdf" button is hit? This way I can run the same code to hid the unwanted text prior to them creating a pdf.
|