Application.Watches Property
Returns a Watches object representing a range which is tracked when the worksheet is recalculated.
Syntax
expression.Watches
expression A variable that represents an Application object.
Example
This example creates a summation formula in cell A3, and then adds this cell to the Watch Window.
| Visual Basic for Applications |
|---|
|