Expand Minimize
This topic has not yet been rated - Rate this topic

Name Property

Office 2007

Returns or sets the name of the object. Read/write String.

expression.Name

Returns or sets the name of the object. Read/write Variant.

expression.Name

Returns or sets the name of the object. Read-only String.

expression.Name

Example

This example assigns the name of the first trendline to the variable myTrendname.

myTrendname = myChart.SeriesCollection(1).Trendlines(1).Name


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.