Forum Discussion
jburrell
Feb 22, 2023Copper Contributor
How can I create a last modified macro for each worksheet?
Hi All, I want to create a macro so that I can see the last modified date for each worksheet not the entire workbook*. How do I go about this? I tried to modify the last modified formula so that ...
jburrell
Feb 22, 2023Copper Contributor
Hi Hans,
Ah ok, that sounds more of what I am looking for. Yes, I would like to show if a user has amended any cell in a worksheet. I want to store the information on a summary sheet.
Thanks,
Jamie
Ah ok, that sounds more of what I am looking for. Yes, I would like to show if a user has amended any cell in a worksheet. I want to store the information on a summary sheet.
Thanks,
Jamie
HansVogelaar
Feb 22, 2023MVP
See the attached sample workbook. The code is in the ThisWorkbook module (under Microsoft Excel Objects in the Project Explorer pane of the Visual Basic Editor).
You'll have to allow macros when you open it, obviously.