Skip to main content

Application.SheetBeforeDelete event

Table of contents
  1. Syntax
  2. Parameters

Occurs before any sheet is deleted.

Syntax

expression.SheetBeforeDelete (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>