View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default adding commands to Quick Access toolbar

Hi Jake

I also can't find them

You can add a macro button to the QAT and assign code like this to it

With Selection.Font
.Superscript = False
.Subscript = True
End With

See this page how you can assign your macro to a button
http://www.rondebruin.nl/qat2.htm




--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Jake" wrote in message ...
Dear
for Excel 2007. how can i add the following commands to Quick access toolbar:

HomeFont Superscript
and
HomeFont Subscript

i was trying to find them in the list of (all commands) but i couldnt find
them :-(

if there is no such a commant to add to the toolbar what is the keyboard
comand for it?

any help please xx