Point.Name (Word)
Returns the object name.
This property corresponds to the name of a data point on a chart. The name is represented using the following format: SP.
Dim pnt As Point: Set pnt =
Dim strName As String
strName = pnt.Name
Returns the object name.
This property corresponds to the name of a data point on a chart. The name is represented using the following format: SP.
Dim pnt As Point: Set pnt =
Dim strName As String
strName = pnt.Name