View Single Post
 
Old 06-28-2011, 01:10 PM
webharvest webharvest is offline Windows Vista Office 2007
Novice
 
Join Date: Jun 2011
Posts: 6
webharvest is on a distinguished road
Question 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.
Reply With Quote