Is there a way to change my defaults to print the entire workbook?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Instead of just the current page? Any feedback would be appreciated.

RM
 
I don't think you can change that to be the default.

But you could provide a macro that prints the workbook, then run that macro when
you wanted to print the entire workbook.

The code would look something like:

ActiveWorkbook.PrintOut
 
Thank you, Dave.

Dave Peterson said:
I don't think you can change that to be the default.

But you could provide a macro that prints the workbook, then run that macro when
you wanted to print the entire workbook.

The code would look something like:

ActiveWorkbook.PrintOut
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top