Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Additional info:
instead of looping thru the sheets you could use the printout method of the WORKBOOK as in NOTE pagenumbering in headers/footers will be continuous (same as in activewindow.selectedsheets.printout) Private Sub Workbook_BeforePrint(Cancel As Boolean) ThisWorkbook.Printout Cancel=true End Sub keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Robin Hammond" wrote: Add this to the end of the routine. Cancel = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A macro code to print multiple sheets in different w.books | Excel Discussion (Misc queries) | |||
How do I print sheets in Excel without blank sheets after page | New Users to Excel | |||
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? | Excel Worksheet Functions | |||
i made one spreadsheet but when i try to print two sheets print, | Excel Discussion (Misc queries) | |||
Vba code to print all sheets | Excel Programming |