beekantik24
New Member
- Joined
- Feb 18, 2018
- Messages
- 1
Very new to VBA but understanding its potential, I feel there is a way to avoid using track changes option and get more by using appropriate VBA.
I am working on a resource forecasting spreadsheet that has columns dedicated to each quarter for year 2018 and subsequent years. Multiple users will check out the file and enter their inputs by either revising existing values to these quarter columns or entering new values on a separate row. I'd like to highlight/color the cells that were revised after every user saved the file.
In addition, will it be possible to copy the entire row/s to which a modification/s was/were made on a separate log worksheet (preferably hidden). In short, I'd like to summarize on a separate log worksheet, a set of rows to which the resource numbers were revised or added for further analysis.
The highlighting of a modified cell and copying of the entire row to a log worksheet can happen every time a file is saved so that final revisions are colored/recorded.
PS: Columns (Q1-18, Q2-18,Q3-18...) that contain the resource numbers will be unprotected whereas the other columns that contains other details (first few columns and last few columns in my actual spreadsheet) will be locked to prevent any accidental change of data by users.
The real table is far more detailed than the example table shown below:
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Resource ID[/TD]
[TD]Group Name[/TD]
[TD]Task name[/TD]
[TD]Q1-18[/TD]
[TD]Q2-18[/TD]
[TD]Q3-18[/TD]
[TD]Q4-18[/TD]
[TD]Q1-19[/TD]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Appreciate all the quick help I can get! In SOS mode as the file needs to go live on monday
I am working on a resource forecasting spreadsheet that has columns dedicated to each quarter for year 2018 and subsequent years. Multiple users will check out the file and enter their inputs by either revising existing values to these quarter columns or entering new values on a separate row. I'd like to highlight/color the cells that were revised after every user saved the file.
In addition, will it be possible to copy the entire row/s to which a modification/s was/were made on a separate log worksheet (preferably hidden). In short, I'd like to summarize on a separate log worksheet, a set of rows to which the resource numbers were revised or added for further analysis.
The highlighting of a modified cell and copying of the entire row to a log worksheet can happen every time a file is saved so that final revisions are colored/recorded.
PS: Columns (Q1-18, Q2-18,Q3-18...) that contain the resource numbers will be unprotected whereas the other columns that contains other details (first few columns and last few columns in my actual spreadsheet) will be locked to prevent any accidental change of data by users.
The real table is far more detailed than the example table shown below:
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Resource ID[/TD]
[TD]Group Name[/TD]
[TD]Task name[/TD]
[TD]Q1-18[/TD]
[TD]Q2-18[/TD]
[TD]Q3-18[/TD]
[TD]Q4-18[/TD]
[TD]Q1-19[/TD]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Appreciate all the quick help I can get! In SOS mode as the file needs to go live on monday