Also posted here:
https://www.tek-tips.com/viewthread.cfm?qid=1787250
I have to send workbooks off to managers in different departments and in each workbook, the managers might amend/change certain fields. The fields are not necessarily the same all the time, for example:
Manager 1 - Changes 3 fields in column A, 2 fields in column M and nothing on the rest of the sheet
Manager 2 - Changes 1 field in columns C - F, 5 fields in column J and 7 fields in column Y
Manager 3 - Changes 2 fields in column A, 4 fields in column B and nothing on the rest of the sheet
So I have a macro I am using in another workbook that will compare an 'original' version of a workbook with an 'updated' version but it only looks for differences in one specific column - so perhaps I could modify that macro to accomplish this task.
Here is the link to the macro I am referring to:
VBA - Copy Cells from Column A and B and Paste in New Sheet
I was however wondering, is there no kind of conditional formatting rule that can be applied to the workbooks - BEFORE they are sent to the managers - that highlights a row when a value in that row has been changed and changes the colour of the text in that cell? If there is even something like that which exists...