What does this macro do?

Formula: copy to clipboard
Sub Toggle()

If TypeName(Selection) = "Range" Then Selection.WrapText = Not ActiveCell.WrapText

End If

End Sub