I want a way of creating, or updating if it already exists, a log showing each day a file is accessed or saved. If a file is opened or saved more than once in a day only one access or save is to be recorded. I have written a macro that looks for a sheet called UsageLog, inserts it if it does not exist, and enters today’s date at the end of Column A if the last entry in the column is not already today’s date.
However I am now way out of my depth, I need a way of monitoring every time the file is saved, and entering today’s date if the file has not previously been saved today.
All help gratefully received.