Hello,
I want to utilize a macro to place left braces next to each merged cell. I already have a macro that goes down a column and merges groups of cells (going from A,B,C,etc):
Sub MergeCells()
Dim LastRow As Long, Ar As Range
LastRow = Cells.Find("*", , xlValues, , xlRows...