Can I OverRide PrintOut ?

J

JeffP->

I'm printing to a virtual printer when my doc contains a tilde in the keyword
field.

I'm using an addin from another application, and my VPrint.dot addin that
contains PrintOut. The other addin has a PrintDoc function that contains the
only reference to PrintOut.

I can call my PrintOut as VPrint.PrintOut but that requires I modify the
addin and if at all possible I'd like to avoid that.

Is there a way to be able to add my addin and have it over-ride PintOut ?
 
Top