Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 170
Default Shortcut for text Wrap

Anyone know of a keyboard shortcut to turn text wrap "on". One of my
co-workers "remembers" the capability, but not the keystrokes, from an
ancient class. I can only come up with Alt+O, E, Alt+W or Ctrl+1, A, Alt+W.
Is there a little known, or unknown, that I have missed to activate this
feature for a cell?

Thanks for yoru input.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 170
Default Shortcut for text Wrap

Alt+Enter did not work for me at first. I failed to post that I am using
Excel 2000. I did find how this works, only while still in the cell. Once
data is entered and the cell is exited, it does not.

Thabnks for your quick response.

"Sandy Mann" wrote:

Try Alt + Enter

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"JR Hester" wrote in message
...
Anyone know of a keyboard shortcut to turn text wrap "on". One of my
co-workers "remembers" the capability, but not the keystrokes, from an
ancient class. I can only come up with Alt+O, E, Alt+W or Ctrl+1, A,
Alt+W.
Is there a little known, or unknown, that I have missed to activate this
feature for a cell?

Thanks for yoru input.




  #4   Report Post  
Posted to microsoft.public.excel.misc
Suz Suz is offline
external usenet poster
 
Posts: 21
Default Shortcut for text Wrap

I have always used:

Format-cells-alignment then select "wrap text"

Suz

"JR Hester" wrote:

Alt+Enter did not work for me at first. I failed to post that I am using
Excel 2000. I did find how this works, only while still in the cell. Once
data is entered and the cell is exited, it does not.

Thabnks for your quick response.

"Sandy Mann" wrote:

Try Alt + Enter

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"JR Hester" wrote in message
...
Anyone know of a keyboard shortcut to turn text wrap "on". One of my
co-workers "remembers" the capability, but not the keystrokes, from an
ancient class. I can only come up with Alt+O, E, Alt+W or Ctrl+1, A,
Alt+W.
Is there a little known, or unknown, that I have missed to activate this
feature for a cell?

Thanks for yoru input.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Shortcut for text Wrap

How about a toggle macro you can assign to a shortcut key combo of your choice,
like CTRL + e

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

CTRL +e toggles wrap text on/off for selected cells.


Gord Dibben MS Excel MVP


On Tue, 6 Feb 2007 10:40:01 -0800, JR Hester
wrote:

Anyone know of a keyboard shortcut to turn text wrap "on". One of my
co-workers "remembers" the capability, but not the keystrokes, from an
ancient class. I can only come up with Alt+O, E, Alt+W or Ctrl+1, A, Alt+W.
Is there a little known, or unknown, that I have missed to activate this
feature for a cell?

Thanks for yoru input.




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 903
Default Shortcut for text Wrap

Your thank you to Sandy is a little ambiguous, I think
you are saying you've got it now,
but specifically Alt+Enter forces a new line within the cell
with a hard line feed which is CHAR(10) which you won't see,
and in doing so it also turns cell wrap that you would otherwise
use Format, cells, alignment, wrap cells. But you can format
entire columns with a wrapped and be done with it in most cases.

But Alt+Enter comes closest to a keyboard shortcut that
turns on cell wrapping which is what you asked for.

---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"JR Hester" wrote in message ...
Alt+Enter did not work for me at first. I failed to post that I am using
Excel 2000. I did find how this works, only while still in the cell. Once
data is entered and the cell is exited, it does not.

Thanks for your quick response.

"Sandy Mann" wrote:

Try Alt + Enter

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"JR Hester" wrote in message
...
Anyone know of a keyboard shortcut to turn text wrap "on". One of my
co-workers "remembers" the capability, but not the keystrokes, from an
ancient class. I can only come up with Alt+O, E, Alt+W or Ctrl+1, A,
Alt+W.
Is there a little known, or unknown, that I have missed to activate this
feature for a cell?

Thanks for you input.







  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Shortcut for text Wrap

Sandy:

Thank you so much for this ... it's a real timesaver!!!!

"Sandy Mann" wrote:

Try Alt + Enter

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"JR Hester" wrote in message
...
Anyone know of a keyboard shortcut to turn text wrap "on". One of my
co-workers "remembers" the capability, but not the keystrokes, from an
ancient class. I can only come up with Alt+O, E, Alt+W or Ctrl+1, A,
Alt+W.
Is there a little known, or unknown, that I have missed to activate this
feature for a cell?

Thanks for yoru input.




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
Does Excel 2003 have a shortcut command to wrap text in a cell? JAM_Analyst Excel Discussion (Misc queries) 3 June 12th 07 06:01 PM
right click menu shortcut changed from 2002 to 2003 furia Excel Discussion (Misc queries) 2 May 30th 06 10:32 PM
Keyboard shortcut not working when I copy macro to another computer telewats New Users to Excel 1 January 9th 06 08:52 PM
Shortcut for wrap text or vertical center in cell webbuzzard Excel Discussion (Misc queries) 6 July 18th 05 08:45 PM
There should be a shortcut icon for "wrap text" Terri@Lear Excel Discussion (Misc queries) 6 April 15th 05 11:50 AM


All times are GMT +1. The time now is 07:19 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"