Before Print

P

PosseJohn

I want to update some formatting of a table, based on cell values, before
printing.

Is there ANYway to create a subroutine to trigger upon the user printing the
document?
 
P

Peter A

I want to update some formatting of a table, based on cell values, before
printing.

Is there ANYway to create a subroutine to trigger upon the user printing the
document?
Use the DocumentBeforePrint event in VBA.
 
Top