You do it using targe.cells.count like this[VBA]If Target.Cells.Count > 1 Then
MsgBox Target.Address
Else
MsgBox "Not merged " & Target.Address
End If[/VBA]