ColorFormat.Creator Property
PowerPoint Developer Reference |
Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft Office PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Syntax
expression.Creator
expression A variable that represents a ColorFormat object.
Return Value
Long
Remarks
The Creator property is designed to be used in Microsoft Office applications for the Macintosh.
Example
This example displays a message about the creator of myObject.
Visual Basic for Applications |
---|
|
See Also