How To Automatically Update When Records Are Changed
Posted by Tim Morrow on December 04, 2001 3:30 AM
I have a spreadsheet that contains several rows of information. The first column is a 'last updated' column and contains the date that the row was last updated. This field is useful when someone looks at the spreadsheet each week they only have to examine those rows that have changed in the past week (or after the last time). This column is currently manually maintained. E.g. when someone changes a row they have to remember to go to the first column and update the date.
It occurs to me that this could be done automatically by use of a suitable macro or VB code. Unfortunately I'm not sure how this might best be done. I'd appreciate any suggestions on how I might go about it.