Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 969 Bytes

Excel.XmlNamespaces.Creator.md

File metadata and controls

31 lines (19 loc) · 969 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
XmlNamespaces.Creator property (Excel)
vbaxl10.chm745074
vbaxl10.chm745074
Excel.XmlNamespaces.Creator
3ce50d2b-2910-d6c7-96ea-fd664b3d5acc
05/21/2019
medium

XmlNamespaces.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 an XmlNamespaces 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]