View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Text Wrap Toolbar Icon

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?