Add Subscript and Superscript formatting buttons in Excel 2008...

A

Andrey_Kazak

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: intel

Hallo!

Here is my AppleScript to add Subscript and Superscript formatting buttons to the standard "Formatting" toolbar in Excel 2008:

tell application "Microsoft Excel"
-- Script to add Subscript and Superscript formatting buttons to Excel 2008...

make new command bar control at command bar "Formatting" with properties {control type:control button, begin group:true, id:57}
make new command bar control at command bar "Formatting" with properties {control type:control button, id:58}

end tell
 

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