Row update
-
I need to keep track of the latest data on a shared spreadsheet, so I'm looking for a formula or vba that will add the current date when data in the row is updated. I have information from B to U down and would like the date to be populated in the cells in column V. Any ideas? Does such a function exist? Kind Stuart
-
Answer:
I never recommend shared workbooks as they will get corrupted, and I'm not sure that you will be able to achieve what you want here anyway - you WILL need to unshare the sheet to add a macro, and you can use the change event of the workbook to set a value - the issue would be if more than one person tries to make a change to the data (even if it is different columns in that data) the update date will be the date used by the last person to save the file. I would STRONGLY recommend converting to an Access database as that IS mutli-user and won't corrupt in the same way that a shared workbook will. email if it helps - [email protected] - which will allow any follow up questions to include attachments!
Miningco.com Visit the source
Related Q & A:
- How to find out if it is possible to contruct a binary matrix with given row and column sums?Best solution by Mathematics
- How do I update only a specific svn external on first update?Best solution by stackoverflow.com
- How to add new row dynamically in SSRS?Best solution by Stack Overflow
- Can I estimate the row count of a large mysql table using the disk space?Best solution by Database Administrators
- How to change Keyboard.Row background?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.