How to run a procedure before a print? Something like, PrivateSub BeforeDocumentPrint() End Sub
T Tommy Jan 6, 2006 #1 How to run a procedure before a print? Something like, PrivateSub BeforeDocumentPrint() End Sub
M Mark Nelson [MS] Jan 6, 2006 #2 This is something that we have considered adding, but there is no capability to do that at present. -- Mark Nelson Office Graphics - Visio Microsoft Corporation This posting is provided "AS IS" with no warranties, and confers no rights.
This is something that we have considered adding, but there is no capability to do that at present. -- Mark Nelson Office Graphics - Visio Microsoft Corporation This posting is provided "AS IS" with no warranties, and confers no rights.
J John Marshall, MVP Jan 6, 2006 #3 How about hijacking the PrintDialog with a local procedure that does what is required and then calls the real PrintDialog? John... Visio MVP Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm Need VBA examples? http://www.mvps.org/visio/VBA.htm Common Visio Questions http://www.mvps.org/visio/common_questions.htm Visio Wishlist http://www.mvps.org/visio/wish_list.htm
How about hijacking the PrintDialog with a local procedure that does what is required and then calls the real PrintDialog? John... Visio MVP Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm Need VBA examples? http://www.mvps.org/visio/VBA.htm Common Visio Questions http://www.mvps.org/visio/common_questions.htm Visio Wishlist http://www.mvps.org/visio/wish_list.htm