Select a cell and merge it with the below cell if they have the same value - formatting.
Merge is a formatting technique to improve the appearance of the output with a loss of functionality. A common reason to merge is to eliminate duplicate values from a report. for example the following data
Can be made better to view by merging the duplicates
An Un-do isn't supported so save before running
You can determine whether the Activecell is merged or not via debug.Print Activecell.MergeCells You can unmerge via Activecell.MergCells = False |