ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How can I automatically print a worksheet on same day each month (https://www.excelbanter.com/excel-discussion-misc-queries/208909-how-can-i-automatically-print-worksheet-same-day-each-month.html)

Philsp

How can I automatically print a worksheet on same day each month
 
How can I automatically print a worksheet on same day each month

Don Guillett

How can I automatically print a worksheet on same day each month
 
Use this idea within a workbook_open event in the ThisWorkbook module

If Day(Date) = 3 Then sheets("sheet3").PrintOut 'preview

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Philsp" wrote in message
...
How can I automatically print a worksheet on same day each month




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

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