SetEchoOn Method

Returns a Chart object.

expression.SetEchoOn(EchoOn)

Example

This example sets the echo on for the first object in the application.

  Sub UseEchoOn()
Dim grpOne As Graph.Chart

Set grpOne = Application.ActiveSheet.OLEObjects(1).Object

grpOne.<strong class="bterm">SetEchoOn</strong>

End Sub