Range.Speak(Object, Object) Method

Definition

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

public void Speak (object SpeakDirection, object SpeakFormulas);
Public Sub Speak (Optional SpeakDirection As Object, Optional SpeakFormulas As Object)

Parameters

SpeakDirection
Object

Optional Object. The speak direction, by rows or columns.

SpeakFormulas
Object

Optional Object. 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 do not have formulas; False (default) will cause values to always be sent to the TTS engine.

Applies to