Range.Merge(Object) Method

Definition

Creates a merged cell from the specified Range object.

public void Merge (object Across);
Public Sub Merge (Optional Across As Object)

Parameters

Across
Object

Optional Object. True to merge cells in each row of the specified range as separate merged cells. The default value is False.

Remarks

The value of a merged range is specified in the cell of the range's upper-left corner.

Applies to