Skip to main content

Application.SheetDeactivate event

Table of contents
  1. Syntax
  2. Parameters

Occurs when any sheet is deactivated.

Syntax

expression.SheetDeactivate (Sh)

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Sh Required Object The sheet. 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>