Hello,
I am very new to VBA so this might be a dumb question.
For our company, we have an Excel workbook that has multiple sheets.
We have a Master sheet that all the changes will be made to.
The other sheets are Branches of the master that have linked cells to the master.
I know that there is a way to implement a worksheet_change in order to change the interior color of a cell when it is MANUALLY changed and I know how to implement that.
However, is there a way to implement that same color change across all NON-MANUALLY changed cells within the workbook?
I am very new to VBA so this might be a dumb question.
For our company, we have an Excel workbook that has multiple sheets.
We have a Master sheet that all the changes will be made to.
The other sheets are Branches of the master that have linked cells to the master.
I know that there is a way to implement a worksheet_change in order to change the interior color of a cell when it is MANUALLY changed and I know how to implement that.
However, is there a way to implement that same color change across all NON-MANUALLY changed cells within the workbook?