Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1020 Bytes

Excel.Range.Speak.md

File metadata and controls

35 lines (22 loc) · 1020 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.Speak method (Excel)
vbaxl10.chm144237
vbaxl10.chm144237
Excel.Range.Speak
12928814-9534-c9f0-e351-7d26f77869e0
05/11/2019
medium

Range.Speak method (Excel)

Causes the cells of the range to be spoken in row order or column order.

Syntax

expression.Speak (SpeakDirection, SpeakFormulas)

expression A variable that represents a Range object.

Parameters

Name Required/Optional Data type Description
SpeakDirection Optional Variant The speak direction, by rows or columns.
SpeakFormulas Optional Variant True will cause formulas to be sent to the Text-To-Speech (TTS) engine for cells that have formulas. The value is sent if the cells don't have formulas. False (default) will cause values to always be sent to the TTS engine.

[!includeSupport and feedback]