Re: There should be a shortcut icon for "wrap text"



And one more option:

Sub Wrap_Text2()
Selection.WrapText = not activecell.wraptext
End Sub



Terri@Lear wrote:
>
> There is an icon for almost every other formatting function, and wrap text is
> one I use continually, but there's no shortcut and it takes several steps
> each time.

--

Dave Peterson
.



Relevant Pages

  • There should be a shortcut icon for "wrap text"
    ... There is an icon for almost every other formatting function, and wrap text is ... but there's no shortcut and it takes several steps ...
    (microsoft.public.excel.misc)
  • Re: Adding an item to R-Click context menu
    ... > tools> add procedure and add a new sub and name it Main, ... Run the app and the control ... If you want to assign your own icon you could add a resource ... > mouse events over the systray icon -- see the subclassing section on my ...
    (microsoft.public.vb.general.discussion)
  • Re: Adding an item to R-Click context menu
    ... "Randy Birch" wrote in message ... > tools> add procedure and add a new sub and name it Main, ... Run the app and the control ... If you want to assign your own icon you could add a resource ...
    (microsoft.public.vb.general.discussion)
  • Re: Adding an item to R-Click context menu
    ... remove the form, add a bas module, open the bas module in code view, go to ... tools> add procedure and add a new sub and name it Main, ... Run the app and the control ... If you want to assign your own icon you could add a resource ...
    (microsoft.public.vb.general.discussion)
  • Re: Adding an item to R-Click context menu
    ... Please respond only to the newsgroups so all can benefit. ... "Randy Birch" wrote in message ... : Private Sub Main ... If you want to assign your own icon you could add a: resource::> file, or a form with the icon assigned to the Icon property and set that::> icon in the make exe dialog. ...
    (microsoft.public.vb.general.discussion)