Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
Sub Last_Saved_Footer()
'Private Sub Workbook_BeforePrint(Cancel As Boolean) Dim wkSht As Worksheet For Each wkSht In ThisWorkbook.Worksheets wkSht.PageSetup.RightFooter = "&8Last Saved : " & _ Format(ThisWorkbook.BuiltinDocumentProperties("Las t Save Time"), _ "yyyy-mmm-dd hh:mm:ss") Next wkSht End Sub Gord Dibben MS Excel MVP On Thu, 2 Apr 2009 06:54:01 -0700, Techy DuWright .(Donotspam) wrote: Excel 2003 and XP Pro SP3. Is there a way to add a place in the footer so that the page displays the last date the file was saved? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatic Saved Date | Excel Discussion (Misc queries) | |||
Automatic Saved Date | Excel Worksheet Functions | |||
Last Saved Date | Excel Discussion (Misc queries) | |||
Showing date last saved | Excel Discussion (Misc queries) | |||
last date saved | Excel Discussion (Misc queries) |