How can I automatically print a worksheet on same day each month
D Don Guillett Nov 4, 2008 #2 Use this idea within a workbook_open event in the ThisWorkbook module If Day(Date) = 3 Then sheets("sheet3").PrintOut 'preview
Use this idea within a workbook_open event in the ThisWorkbook module If Day(Date) = 3 Then sheets("sheet3").PrintOut 'preview