F
Fernando Gomez
I have this macro that works fine (Set titles and dates on the footer):
Sub UpdateFooter()
ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName
With ActiveSheet.PageSetup
.RightFooter = "Printed on &D &T"
End With
End Sub
Could somebody help me to get a macro that perform the same task but for all
the sheets at once.
Thanks
Sub UpdateFooter()
ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName
With ActiveSheet.PageSetup
.RightFooter = "Printed on &D &T"
End With
End Sub
Could somebody help me to get a macro that perform the same task but for all
the sheets at once.
Thanks