How do I create a footer that shows when my Excel document was last updated?
G Gazeta May 5, 2006 #2 U¿ytkownik "Amy said: How do I create a footer that shows when my Excel document was last Click to expand... updated? try With ActiveSheet.PageSetup .CenterHeader = ActiveWorkbook.BuiltinDocumentProperties("Last Save Time") End With mcg
U¿ytkownik "Amy said: How do I create a footer that shows when my Excel document was last Click to expand... updated? try With ActiveSheet.PageSetup .CenterHeader = ActiveWorkbook.BuiltinDocumentProperties("Last Save Time") End With mcg