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
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