Skip to main content

Errors.Item property

Table of contents
  1. Syntax
  2. Parameters

Returns a single member of the Error object.

Syntax

expression.Item (Index)

expression A variable that represents an Errors object.

Parameters

Name Required/Optional Data type Description
Index Required Variant The index of the member. Can also be one the XlErrorChecks constants.

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>