Shortcut keys for superscript and subscript

C

Catherine

I need to enter a significant number of chemical formulas
into excel. Does anyone know of any shortcut keys that
put characters into super and subscript? I have tried the
the ctrl + = and shift + ctrl + = combinations from Word,
but they don't workin in excel. Any hints would eb
helpful!

Thanks!

Catherine
 
P

Peo Sjoblom

I don't think there are any shortcuts for that, you might want to record a
macro
and tie it to a shortcut

otherwise you have to use several key presses

Ctrl + 1, F, tab 5 times and enter for superscript, tab 6 and enter for sub


a recorded macro edited a bit could look like

Sub Macro1()
'
' Macro3 Macro
' Macro recorded 2/16/2004 by Peo Sjoblom
'
' Keyboard Shortcut: Ctrl+y
'
With Selection.Font
.Superscript = True
End With
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top