S
santaviga
Hi,
I need some help with a macro to run before save on 2 sheets, please see the
macro I have input but it is not working on save.
macro is in sheet 8
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, cancel As Boolean)
ActiveSheet.PageSetup.RightFooter = "Relief Shifts " & Format(Now,
"dd-mmm-yy")
End Sub
and macro in sheet 3
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, cancel As Boolean)
ActiveSheet.PageSetup.RightFooter = "Relief Shifts " & Format(Now,
"dd-mmm-yy")
End Sub
I need both of these macros to run when I save on the separate sheets, can
anyone help me on this matter
Kind regards
I need some help with a macro to run before save on 2 sheets, please see the
macro I have input but it is not working on save.
macro is in sheet 8
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, cancel As Boolean)
ActiveSheet.PageSetup.RightFooter = "Relief Shifts " & Format(Now,
"dd-mmm-yy")
End Sub
and macro in sheet 3
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, cancel As Boolean)
ActiveSheet.PageSetup.RightFooter = "Relief Shifts " & Format(Now,
"dd-mmm-yy")
End Sub
I need both of these macros to run when I save on the separate sheets, can
anyone help me on this matter
Kind regards