Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub IsMerged()
Dim c As Range
If ActiveCell.MergeCells = True Then
For Each c In ActiveCell.MergeArea
MsgBox c.Address
Next c
End If
End Sub
[a1]=1