Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 774 Bytes

Excel.Application.Speech.md

File metadata and controls

41 lines (24 loc) · 774 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.Speech property (Excel)
vbaxl10.chm133285
vbaxl10.chm133285
Excel.Application.Speech
981d5eef-55ff-54ee-a3ca-f009a6a575da
04/05/2019
medium

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

[!includeSupport and feedback]