'Declaration
Public Sub MergeCells( _ Optional ByVal isCenter As Boolean, _ Optional ByVal isAcross As Boolean _ )
Parameters
- isCenter
Centers the text horizontally and vertically.
The default value is true.
- isAcross
Splits the merge per Row; for example, "A1 : B2" will be merged as "A1: B1" and "A2 : B2".
The default value is false.