Hi Kathy
the following code will display in cell A1 the date the workbook was
saved the last time:
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As
Boolean)
Range("A1").Value = Date
End Sub
put this in your workbook module and save the file
HTH
Frank
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.