SeriesCollection.Creator property (Project)

Gets a 32-bit integer that indicates the application in which the series collection was created. Read-only Long.

Syntax

expression.Creator

expression A variable that represents a 'SeriesCollection' 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.

? ActiveProject.Reports("Simple scalar chart").Shapes(1).Chart.SeriesCollection.Creator

See also

SeriesCollection Object Chart.Creator Property

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.