Hi,
I am creating an addin and one of the features it needs to do is save a copy
of the Word document to an audit trail when the document is printed. Does
anybody know how I am able to capture print events within Word 2007? I can't
find any information regarding capture events in Word 2007 anywhere
Thanks in advance
StrictlySocial - 12 Jun 2007 10:34 GMT
Sorry - should also have said that I am writing the application using VS2003
(.net 1.1).
> Hi,
>
[quoted text clipped - 4 lines]
>
> Thanks in advance
Doug Robbins - Word MVP - 12 Jun 2007 11:23 GMT
You can intercept Word commands by creating a macro with the same name as
the command.
As there are a couple of print commands, you would need one for each of
FilePrint and FilePrintDefault.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi,
>
[quoted text clipped - 6 lines]
>
> Thanks in advance