Chart.Creator property (Project)
Gets a 32-bit integer that indicates the application in which the chart was created. Read-only Long.
Syntax
expression.Creator
expression A variable that represents a Chart object.
Remarks
If the chart was created in Microsoft Project, the Creator property returns the decimal number 1347571530, which is hexadecimal 0x50524F4A, which is equivalent to the string PROJ. For example, run the following command in the Immediate window of the VBE, with the name of the active report.
Print ActiveProject.Reports("Simple scalar chart").Shapes(1).Chart.Creator
Property value
INT32
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.