Selection.SelectCell Method (Word)

Selects the entire cell containing the current selection.

Syntax

expression .SelectCell

expression Required. A variable that represents a Selection object.

Remarks

To use this method, the current selection must be contained within a single cell.

Example

This example selects the entire cell containing the current selection.

Selection.SelectCell

See Also

Concepts

Selection Object Members

Selection Object