我有一个包含用户定义的退出按钮的 excel 2003 应用程序。我如何在 excel 2010 中实现相同的功能。
Set NewBtn = TBar.Controls.Add(msoControlButton)
With NewBtn
.Caption = "Exit Excel"
.FaceId = 2151 ' Running Man
.Style = msoButtonIconAndCaption
我有一个包含用户定义的退出按钮的 excel 2003 应用程序。我如何在 excel 2010 中实现相同的功能。
Set NewBtn = TBar.Controls.Add(msoControlButton)
With NewBtn
.Caption = "Exit Excel"
.FaceId = 2151 ' Running Man
.Style = msoButtonIconAndCaption