Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 925 Bytes

Excel.modelmeasure.creator.md

File metadata and controls

30 lines (17 loc) · 925 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
ModelMeasure.Creator property (Excel)
vbaxl10.chm977074
vbaxl10.chm977074
abdbcd11-2b57-043f-20ba-e8b4ed603130
05/01/2019
medium

ModelMeasure.Creator property (Excel)

Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long.

Syntax

expression.Creator

expression A variable that represents a ModelMeasure object.

Remarks

If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. The Creator property is designed to be used in Microsoft Excel for the Macintosh, where each application has a four-character creator code. For example, Microsoft Excel has the creator code XCEL.

[!includeSupport and feedback]