Insert Date sheet was modified

A

Alex Burman

Thanks. Spot on.
Otto Moehrbach said:
Alex
This short macro will put the date the sheet was last modified into cell
A1. Right-click on the sheet tab, select View Code, and paste this macro
into that module. HTH Otto
Private Sub Worksheet_Change(ByVal Target As Range)
[A1] = Date
End Sub
Alex Burman said:
Is it possible to insert the date a sheet was last modified into a sheet
cell?
 

Ask a Question

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.

Ask a Question

Top