Print automatic

G

Geo

Is there a way to set a time and date to print a worksheet automaticaly, say
every monday at 9 am?
 
G

Gord Dibben

One method...............

Use Windows Task Scheduler to start Excel with a shortcut to the workbook in
question.

Run a print macro from a Workbook_Open event in the workbook.

Also add a line or lines or code to save then close the workbook and shutdown
Excel.


Gord Dibben MS Excel MVP
 
G

Geo

Thank you I shall try that
--
Geo


Gord Dibben said:
One method...............

Use Windows Task Scheduler to start Excel with a shortcut to the workbook in
question.

Run a print macro from a Workbook_Open event in the workbook.

Also add a line or lines or code to save then close the workbook and shutdown
Excel.


Gord Dibben MS Excel MVP
 
Top