Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sumgirl12
 
Posts: n/a
Default I would love to be able to put a wrap text button on my toolbar.

I would love to be able to put a wrap text button on my toolbar. Is this
functionality currently available?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default I would love to be able to put a wrap text button on my toolbar.

Yes, press alt + enter for a new line, or record a macro and attach it to a
custom menu button

--

Regards,

Peo Sjoblom


"Sumgirl12" wrote in message
...
I would love to be able to put a wrap text button on my toolbar. Is this
functionality currently available?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow

this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.


http://www.microsoft.com/office/comm...et.f unctions


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default I would love to be able to put a wrap text button on my toolbar.

This is a macro I have assigned to a Toolbar button.

Sub Wrap_Text()
With Selection
.WrapText = Not .WrapText
End With
End Sub

Toggles warp text on/off


Gord Dibben Excel MVP

On Tue, 15 Nov 2005 12:46:48 -0800, "Peo Sjoblom" wrote:

Yes, press alt + enter for a new line, or record a macro and attach it to a
custom menu button


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default I would love to be able to put a wrap text button on my toolbar.

What's warp text, something with space travel? :D

--

Regards,

Peo Sjoblom


"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
This is a macro I have assigned to a Toolbar button.

Sub Wrap_Text()
With Selection
.WrapText = Not .WrapText
End With
End Sub

Toggles warp text on/off


Gord Dibben Excel MVP

On Tue, 15 Nov 2005 12:46:48 -0800, "Peo Sjoblom"

wrote:

Yes, press alt + enter for a new line, or record a macro and attach it to

a
custom menu button




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default I would love to be able to put a wrap text button on my toolbar.

warp text is when you type reeeaaallllly fast and make typos



On Tue, 15 Nov 2005 13:45:48 -0800, "Peo Sjoblom" wrote:

What's warp text, something with space travel? :D




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wrap Text Mark Leyden Excel Discussion (Misc queries) 7 October 13th 05 06:29 PM
Text decides suddnly not to wrap danielazmoore Excel Discussion (Misc queries) 0 October 11th 05 05:51 AM
####### within a wrap text cell. OrlandoJayHu Excel Discussion (Misc queries) 2 May 18th 05 08:55 PM
Wrap text limits in Excel 2003 cell formatting Adelrose Excel Discussion (Misc queries) 1 April 19th 05 06:32 PM
Concatenation formula loses text wrap formatting DFM Excel Discussion (Misc queries) 5 December 27th 04 01:45 PM


All times are GMT +1. The time now is 01:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"