Hello specialists and professionals,

Once again, I need your kind help and suggestion.

I am trying to write a vba code where every time a workbook has been saved with new data in, it will also log the name of that user and the time in which the new save was performed.

So, as an example:

If I, updated the workbook yesterday at 2:15pm, then on one worksheet it will have my name followed by the date and the time.
When someone else then modify the workbook and save it, let's say at 11:40 am today, then that person lame will be listed below my name with the date and time stamp when it was saved.

Do you think this is achievable through vba? I would appreciate your help if there is a possibility to write up a code for this.

Ultimately, the purpose of the vba here is to automate that recording process by preventing the action of doing it manually but particularly forgetting that log as well.

Thank you for your consideration and help.