| Member with 8,249 posts. | | Join Date: Jul 2005 Location: The void AKA edge of the Fens Experience: I bent my wookie :( | |
You probably really want the date/time of last save, as unsaved edits would be immaterial. (?)
Try this code in the workbook module (which you can access by rightclicking the Excel icon to the left of "File" in the menu bar): Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
ActiveSheet.PageSetup.LeftHeader = "Last edit: " & Date & " " & Time
End Sub
__________________ "Love All The People." Bill Hicks, 1961 - 1994 -- R.I.P. |