Application.Speech Property (Excel)

Returns a Speech object.

Syntax

expression .Speech

expression A variable that represents an Application object.

Example

In the following example, Microsoft Excel plays back "Hello". This example assumes speech features have been installed on the host system.

Sub UseSpeech() 
 
 Application.Speech.Speak "Hello" 
 
End Sub

See Also

Concepts

Application Object

Application Object Members