Google 網路論壇不再支援新的 Usenet 貼文或訂閱項目,但過往內容仍可供查看。

Customize Toolbar for Superscript/Subscript

瀏覽次數:91 次
跳到第一則未讀訊息

c308682

未讀,
2006年3月4日 下午6:26:322006/3/4
收件者:
Using Excel 2004 for MAC OS X, I don't find a a toolbar button for
superscript and subscript under the Tools / Customize, like Excel for
Windows has?

Is there another way to get a "shortcut" to toggle the font to and from
super/subscript?

Thanks.

JE McGimpsey

未讀,
2006年3月4日 晚上7:44:322006/3/4
收件者:
In article <1141514791.9...@e56g2000cwe.googlegroups.com>,
"c308682" <c30...@gmail.com> wrote:

Well, you can use the buttons on the Formatting Palette...

Don't know why those buttons aren't in the customization dialog, but you
can easily add them to toolbars...

Type Opt-F11 to enter the Visual Basic Editor (VBE).

Type CMD-g to open the Immediate Window.

In the Immediate Window, type or paste

CommandBars("Standard").Controls.Add Id:=57

and

CommandBars("Standard").Controls.Add Id:=58

each followed by Return.

Type Opt-F11 to return to XL.

You can now move those buttons like any others in the Customize U/I.

0 則新訊息