The VP ADD SPAN command combines the cells in rangeObj as a single a span of cells.
In rangeObj, pass a range object of cells. The cells in the range are joined to create a larger cell extending across multiple columns and/or rows. You can pass multiple cell ranges to create several spans at the same time. Note that if cell ranges overlap, only the first cell range is used.
Notes:
- Only the data in the upper-left cell is displayed. Data in the other combined cells is hidden until the span is removed.
- Hidden data in spanned cells is accessible via formulas (beginning with the upper-left cell).
To span the First quarter and Second quarter cells across the two cells beside them, and the South area cell across the two rows below it:

use this code:
The created spans:
