Skip to main content

Range.Speak method

Table of contents
  1. Syntax
  2. Parameters

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.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>