Range.Dirty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Designates a range to be recalculated when the next recalculation occurs.
public:
void Dirty();
public void Dirty ();
Public Sub Dirty ()
Remarks
The Calculate() method forces the specified range to be recalculated, for cells that Microsoft Excel understands as needing recalculation.
If the application is in manual calculation mode, using the Dirty() method instructs Excel to identify the specified cell to be recalculated. If the application is in automatic calculation mode, using the Dirty method instructs Excel to perform a recalculation.