title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.Speech property (Excel) |
vbaxl10.chm133285 |
|
|
981d5eef-55ff-54ee-a3ca-f009a6a575da |
04/05/2019 |
medium |
Returns a Speech object.
expression.Speech
expression A variable that represents an Application object.
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
[!includeSupport and feedback]