Merges cells in a table. Signature object.MergeCells(minRow, maxRow, minCol, maxCol) Object Table
The object or objects this method applies to. MinRow Long; zero-based lower bound of a row index MaxRow Long; zero-based upper bound of a row index MinCol Long; zero-based lower bound of a column index MaxCol Long; zero-based upper bound of a column index Remarks This method merges a rectangular region of cells. The total number of cells to be merged is equal to (maxRow - minRow + 1) * (maxCol - minCol + 1). |