Skip to main content

Application.WorkbookModelChange event

Table of contents
  1. Syntax
  2. Parameters

Occurs when the data model is updated.

Syntax

expression.WorkbookModelChange (WbChanges)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Wb Required Workbook The workbook.
Changes Required ModelChanges The changes to the data model.

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>