Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 878 Bytes

Excel.Range.Merge.md

File metadata and controls

39 lines (23 loc) · 878 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.Merge method (Excel)
vbaxl10.chm144158
vbaxl10.chm144158
Excel.Range.Merge
eff315d8-fa8f-e452-2bcd-15be4d97a077
05/11/2019
medium

Range.Merge method (Excel)

Creates a merged cell from the specified Range object.

Syntax

expression.Merge (Across)

expression A variable that represents a Range object.

Parameters

Name Required/Optional Data type Description
Across Optional Variant 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.

[!includeSupport and feedback]