WorksheetFunction.Phonetic method (Excel)

Extracts the phonetic (furigana) characters from a text string.

Syntax

expression.Phonetic (Arg1)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data type Description
Arg1 Required Range Reference - a text string or a reference to a single cell or a range of cells that contain a furigana text string.

Return value

Double

Remarks

If reference is a range of cells, the furigana text string in the upper-left corner cell of the range is returned.

If the reference is a range of nonadjacent cells, the #N/A error value is returned.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.