Selection.SelectCell Method

Word Developer Reference

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.

Visual Basic for Applications
  Selection.SelectCell

See Also