![]() |
IS THERE A TOOLBAR ICON FOR THE WRAP TEXT FUNCTION?
In EXCEL2003, is there a way to add a toolbar icon for the wrap text
function? Now I must click FORMAT CELLS, Allignment, Text Control, Wrap Text. There must be an easier way to accomplish this function that I use nearly every day! |
IS THERE A TOOLBAR ICON FOR THE WRAP TEXT FUNCTION?
when you want to start wrapping the text press Alt and enter. This will
start a new line in the cell and the cell is set to wrap text -- John MOS Master Instructor Office 2000, 2002 & 2003 Please reply & rate any replies you get Ice Hockey rules (especially the Wightlink Raiders) "cac" wrote: In EXCEL2003, is there a way to add a toolbar icon for the wrap text function? Now I must click FORMAT CELLS, Allignment, Text Control, Wrap Text. There must be an easier way to accomplish this function that I use nearly every day! |
IS THERE A TOOLBAR ICON FOR THE WRAP TEXT FUNCTION?
Why don't you just press alt + enter when you want a new line? Or is this
data that is pasted into the cell(s) that you want top wrap later? Then use a macro, put it in your personal.xls and attach it to a custom button -- Regards, Peo Sjoblom "cac" wrote in message ... In EXCEL2003, is there a way to add a toolbar icon for the wrap text function? Now I must click FORMAT CELLS, Allignment, Text Control, Wrap Text. There must be an easier way to accomplish this function that I use nearly every day! |
IS THERE A TOOLBAR ICON FOR THE WRAP TEXT FUNCTION?
No toolbar Icon but a macro assigned to a button is possible.
Sub Wrap_Text() With Selection .WrapText = Not .WrapText End With End Sub Gord Dibben MS Excel MVP On Tue, 12 Jun 2007 10:42:00 -0700, cac wrote: In EXCEL2003, is there a way to add a toolbar icon for the wrap text function? Now I must click FORMAT CELLS, Allignment, Text Control, Wrap Text. There must be an easier way to accomplish this function that I use nearly every day! |
All times are GMT +1. The time now is 02:46 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com