Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Function buttons or shortcuts

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Function buttons or shortcuts

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Function buttons or shortcuts

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Function buttons or shortcuts

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
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
Option Buttons/Radio Buttons John Calder New Users to Excel 7 May 16th 08 03:51 AM
Form buttons vs. ActiveX Buttons GeorgeJ Excel Discussion (Misc queries) 3 August 11th 07 09:02 PM
have toggle buttons but everytime print preview buttons move TinSandhu Excel Discussion (Misc queries) 1 October 11th 06 02:57 PM
How can I create shortcuts for the view function in Excel? AJB Excel Worksheet Functions 0 August 11th 06 04:19 PM
Keyboard Shortcuts combinations of function keys, c... FJM Excel Worksheet Functions 1 January 17th 05 11:35 PM


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