Skip to main content

Range.LinkedDataTypeState property

Table of contents
  1. Syntax
  2. Remarks

Returns information about the state of any Linked data types, such as Stocks or Geography, in the range. Possible values are from the XlLinkedDataTypeState enumeration. Read-only.

Syntax

expression.LinkedDataTypeState

expression A variable that represents a Range object.

Remarks

For ranges that contains cells in different states, it will return null.

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>