Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA for excel, printing

Status
Not open for further replies.

versanctus1

Programmer
Nov 23, 2006
3
US
is it possible to set the printing option to whole workbook as the default when a workbook is opened, I have tried various options but can't quite get it.
any help would be much appreciated.
 
Use the Workbook.PrintOut method.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
I tried using that and thta automatically prints the workbook I want to set the workbook as the default when the book opens so as when the user prints the document it automatically prints the whole workbook
 



versanctus1,

Please read your last post carefully and post again.

Skip,

[glasses] [red][/red]
[tongue]
 
What I would like to do is when the user selects print then the workbook value is the default (as oposed to current sheet), as soon as I run the workbook.print macro it automatically prints the workbook, I don't know if I am explaining this clearly but it has been bugging me. I do appreciate any and ll help

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top