ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Email automatically every time you print document (https://www.excelbanter.com/excel-programming/345834-email-automatically-every-time-you-print-document.html)

troberson78

Email automatically every time you print document
 
I was wondering if anyone knew if it is possible to email a worksheet
everytime you print it

If anyone could help me I would really appreciate it.


Ron de Bruin

Email automatically every time you print document
 
Hi

There is a beforeprint event that you can use in the Thisworkbookmodule

Private Sub Workbook_BeforePrint(Cancel As Boolean)
macronameofmailmacro
End Sub

Look here for a mail macro
http://www.rondebruin.nl/sendmail.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


"troberson78" wrote in message oups.com...
I was wondering if anyone knew if it is possible to email a worksheet
everytime you print it

If anyone could help me I would really appreciate it.





All times are GMT +1. The time now is 11:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com