Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to produce a footer before the printing.
I've tried putting this into a module and also into the sheet1 code area. Any ideas wy it will not work? Private Sub Workbook_BeforePrint(Cancel As Boolean) Application.EnableEvents = False Cancel = True Worksheets("Sheet1").PageSetup.RightFooter = "Produced by MyName" Application.EnableEvents = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How store PageBrakes locations - Coded pagebrakes are deleted in Workbook_BeforePrint | Excel Programming | |||
Workbook_BeforePrint performs twice ? | Excel Programming | |||
disable print option, not Workbook_BeforePrint | Excel Programming | |||
Workbook_BeforePrint | Excel Programming | |||
Problem - Workbook_BeforePrint | Excel Programming |