I am trying to add a text box to an Excel graph if one does not exist. How can I determine if one has already been added?
ActiveChart.Shapes.AddTextbox(msoTextOrientationHorizontal, 3#, 367, 750, 23).Name = "SC_TxtBox"
ActiveChart.Shapes("SC_TxtBox".Select
Selection.Characters.Text = _
"Special Cause Points: One point beyon ...
ActiveChart.Shapes.AddTextbox(msoTextOrientationHorizontal, 3#, 367, 750, 23).Name = "SC_TxtBox"
ActiveChart.Shapes("SC_TxtBox".Select
Selection.Characters.Text = _
"Special Cause Points: One point beyon ...