Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I tried building a COM Add-in to change the Excel Printing Default
Setting from Active Sheet(s) to Entirebook. I also want to set the default Print settings in Print Dialog programmatically when the Excel starts up. I would appreciate any helps on this. Thanks, Gorton ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not to clear on what you are looking for, but if you are looking to print
the entire workbook then it is Workbooks.Application.ActiveWorkbook.PrintOut Thurman "gortonz" wrote in message ... I tried building a COM Add-in to change the Excel Printing Default Setting from Active Sheet(s) to Entirebook. I also want to set the default Print settings in Print Dialog programmatically when the Excel starts up. I would appreciate any helps on this. Thanks, Gorton ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for the reply.
I do not want to print out the workbook. I actually want to change the default setting of Excel Printing (the settings in the Print Dialog box). In this case, I want to change the "Print What" value from "Active worksheet" to "Entire workbook", therefore, my Excel application can always print whole workbook instead of just the active worksheet. Regards, Gorton ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
setting default filter setting | Charts and Charting in Excel | |||
Setting default formatting | Setting up and Configuration of Excel | |||
Setting Default Row Height | Setting up and Configuration of Excel | |||
Setting default pivot table field setting to "sum" | Excel Discussion (Misc queries) | |||
Setting default Tab Name | Excel Programming |