Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How can I automatically print a worksheet on same day each month

How can I automatically print a worksheet on same day each month
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to print worksheet and automatically hide zero value rows? Eric Excel Discussion (Misc queries) 3 January 26th 08 01:02 AM
Create Month Timetable on a worksheet different month each works Courtney Excel Worksheet Functions 1 October 15th 06 11:48 AM
Create a print macro that would automatically select print area? wastedwings Excel Worksheet Functions 7 August 22nd 05 10:36 PM
program excel worksheet to automatically not print blank rows [email protected] Excel Discussion (Misc queries) 2 July 26th 05 02:11 PM
program excel worksheet to automatically not print blank rows [email protected] Excel Worksheet Functions 2 July 26th 05 02:11 PM


All times are GMT +1. The time now is 05:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"