

The Best Office Productivity Tools Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by Then save and close this code window, and now, when you change the cell value in the specified range, a message box will pop out to remind you, see screenshot: Note: In the above code, A1:E7 is the data range that you want to monitor if cell changes, you can change it to your need.Ģ. MsgBox "Cell " & Target.Address & " has changed.", vbInformation, "Kutools for Excel" If Not Application.Intersect(xrng, Range(Target.Address)) _ VBA code: Monitor cell changes in Excel worksheet: Private Sub Worksheet_Change(ByVal Target As Range) Right click the sheet tab which you want to monitor cell changes, and choose View Code from the context menu, in the opened Microsoft Visual Basic for Applications window, please copy and paste the following VBA code into the Module: The following VBA code also can help you to monitor cell values when they are changed, please do as this:ġ. Monitor cell changes in Excel with VBA code Note: With this method, your workbook will become a shared workbook. After finishing the settings, click OK button, now, when you change any cell values in the specified cells, a border with a triangular icon is around the changed cells, see screenshot: (3.) At last, check Highlight changes on screen option.ģ. (2.) Under the Highlight which changes section, specify the When, Who, and Where items as you need.


In the Highlight Changes dialog box, do the following operations: Click Review > Track Changes > Highlight Changes, see screenshot:Ģ. Amazing! Using Efficient Tabs in Excel Like Chrome, Firefox and Safari! Save 50% of your time, and reduce thousands of mouse clicks for you every day!Įxcel has a useful Track Changes feature, it can help you to mark the changed cells, please do as follows:ġ.
