Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to be able to use superscripts and subscripts and also to allow
the text in a cell to wrap, but it is ponderous to go into the Format Cells box, but I can't find how to put a button for those functions onto my toolbar for ready access like many other functions. Does anyone know how to put those functions on the toolbar, or else use a shortcut key to make the process simpler? -- ctimmons |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am not sure about the superscript and subscript.
The wrap text command can be put into the toolbar: View Menu toolbars choose customize click on commands at the top scroll all the way down on the right hand box click on wrap text and drag it to the toolbar I did not see anything for the other 2. "ctimmons" wrote: I would like to be able to use superscripts and subscripts and also to allow the text in a cell to wrap, but it is ponderous to go into the Format Cells box, but I can't find how to put a button for those functions onto my toolbar for ready access like many other functions. Does anyone know how to put those functions on the toolbar, or else use a shortcut key to make the process simpler? -- ctimmons |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
ckane
Which version of Excel are you running? I have never seen a Wrap Text icon in any version prior to 2007 Gord Dibben MS Excel MVP On Thu, 22 May 2008 11:17:01 -0700, ckane wrote: I am not sure about the superscript and subscript. The wrap text command can be put into the toolbar: View Menu toolbars choose customize click on commands at the top scroll all the way down on the right hand box click on wrap text and drag it to the toolbar I did not see anything for the other 2. "ctimmons" wrote: I would like to be able to use superscripts and subscripts and also to allow the text in a cell to wrap, but it is ponderous to go into the Format Cells box, but I can't find how to put a button for those functions onto my toolbar for ready access like many other functions. Does anyone know how to put those functions on the toolbar, or else use a shortcut key to make the process simpler? -- ctimmons |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub Wrap_Text()
With Selection .WrapText = Not .WrapText End With End Sub Assign to a button on your toolbar. For the sub and superscripting download John Walkenbach's Supersub add-in. http://www.j-walk.com/ss/excel/files/supersub.htm Gord Dibben MS Excel MVP On Thu, 22 May 2008 09:50:03 -0700, ctimmons wrote: I would like to be able to use superscripts and subscripts and also to allow the text in a cell to wrap, but it is ponderous to go into the Format Cells box, but I can't find how to put a button for those functions onto my toolbar for ready access like many other functions. Does anyone know how to put those functions on the toolbar, or else use a shortcut key to make the process simpler? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Option Buttons/Radio Buttons | New Users to Excel | |||
Form buttons vs. ActiveX Buttons | Excel Discussion (Misc queries) | |||
have toggle buttons but everytime print preview buttons move | Excel Discussion (Misc queries) | |||
How can I create shortcuts for the view function in Excel? | Excel Worksheet Functions | |||
Keyboard Shortcuts combinations of function keys, c... | Excel Worksheet Functions |