Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike
Can I jump in on this thread? I'd like to do exactly this, but also put alongside the username of who last saved the document. Do you have any VB code that will let me put that in please? Thanks -- Marie Bayes "Mike H" wrote: Try this Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) Sheets("Sheet1").Range("A1").Value = Date End Sub Alt+F11 to open VB editor double click This Workbook Paste code in Mike "DNader" wrote: I'm looking for a way to capture the date a file was last updated in an Excel spreadsheet. If a file was last updated 3 days ago, I want to see that date, not the date the file was printed. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Last Saved Date in Footer (right aligned) | Excel Discussion (Misc queries) | |||
how do I show last date file saved? | Excel Worksheet Functions | |||
How do I capture the last saved time in Excel2003? | Excel Worksheet Functions | |||
How to insert date last saved into the sheet (not the footer) | Excel Worksheet Functions | |||
store file saved date in cell | Excel Worksheet Functions |