Can I use Word Toolbar commands in Excel.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a Excel 2000 SP-3. I have noticed that there are more options
under the Toolbar/Customise/Command/Format in Word than in Excel. I am trying
to add a toolbar command for superscripting into Excel. Is this possible? Is
it possible to have all the options that I have in Word for Customizing a
toolbar as in Excel?
 
Hi NeedtoExcel

You can add a button to a toolbar and use this macro

Sub test()
Selection.Font.Superscript = True
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

Back
Top