There just isn't.
Assign this to a button.
Sub Wrap_Text()
With Selection
.WrapText = Not .WrapText
End With
End Sub
Gord Dibben MS Excel MVP
On Wed, 20 Aug 2008 11:13:01 -0700, Chip Singer <Chip
wrote:
Why isn't there a toolbar command to wrap text?