Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
You can try this workbook event: Private Sub Workbook_BeforePrint(Cancel As Boolean) If ActiveSheet.Name = "Sheet1" Then Cancel = True End Sub HTH Cordially Pascal |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
suppressing a footer only on the first page of a printout | Excel Discussion (Misc queries) | |||
suppressing a footer only on the first page of a printout | Excel Programming | |||
suppressing a footer on the first page of a printout | Excel Discussion (Misc queries) | |||
suppressing a footer on the first page of a printout | Excel Programming | |||
ActiveSheet.Printout or Page Setup? | Excel Programming |