Remarks

Use the property of the object to return a object.

Example

Once a Speech object is returned, you can use the method of Speech object to play back the contents of a string. In the following example, Microsoft Excel plays back "Hello". This example assumes speech features have been installed on the host system.

Note
There is a speech feature in the setup tree that pertains to Dictation and Command & Control that does not have to be installed.
Visual Basic for Applications
Sub UseSpeech() Application.Speech.Speak "Hello" End Sub()

See also: