Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I add a footer to all sheets. This doesn't work because the
activesheet is not selected, I dont' think. Sub AddFooters() Dim WSheet As Worksheet For Each WSheet In Worksheet With ActiveSheet.PageSetup .LeftFooter = "&Z&F" .RightFooter = "&A" .Zoom = False End With Next WSheet End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Header/Footer to update on all sheets | Excel Discussion (Misc queries) | |||
Same Header/Footer-Different Sheets | Excel Discussion (Misc queries) | |||
add a header and or footer to all sheets/tabs | Excel Discussion (Misc queries) | |||
footer for chart sheets | Excel Discussion (Misc queries) | |||
How to set footer and header for all sheets? | Excel Programming |