Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Problem : I have xlt template. When a user opens by double clicking the
template it creates xls. What i want is that if xls is not yet saved then footer should print todays date and time. but if xls is saved and being accessed later then it should print the last saved time. What i did : on workbook_beforeprint i wrote the following :- Application.Volatile ActiveSheet.PageSetup.LeftFooter=_ ThisWorkbook.BuiltinDocumentProperties("Last Save Date") It works fine if the xls has been saved once but if it is not yet saved then it prints the last saved date of the template and not the xls created. -- Ajit |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I capture the last date a file was saved in the footer | Excel Discussion (Misc queries) | |||
Last saved date in footer | Excel Discussion (Misc queries) | |||
Last Saved Date in Footer (right aligned) | Excel Discussion (Misc queries) | |||
Excel "Last Saved" in Footer | Excel Discussion (Misc queries) | |||
How to insert date last saved into the sheet (not the footer) | Excel Worksheet Functions |