Hello,
I'm using the following code from a previous post:
Excel VBA: Merging cells in several columns based on the cell values of one column
Option Explicit
Sub MergeCellsBasedOnColumnRValues()
Dim lX As Long, lMergeStart As Long
Dim vMergeStartValue As Variant...