Skip to main content

Application.SheetCalculate event

Table of contents
  1. Syntax
  2. Parameters

Occurs after any worksheet is recalculated or after any changed data is plotted on a chart.

Syntax

expression.SheetCalculate (Sh)

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Sh Required Object Can be a Chart or Worksheet object.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>