0
我增加了一些新的「按鈕」的Excel 2007中的工具欄Excel的工具欄按鈕
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<tabs>
<tab id="customTab" label="ClaroTech">
<group id="customGroup" label="Animalcare Group">
<button id="customButton1" label="Custom Button1" imageMso="SmartArtChangeColorsGallery" size="large" onAction="Callback1" />
<button id="customButton2" label="Custom Button2" imageMso="SmartArtChangeColorsGallery" size="large" onAction="Callback2" />
</group>
</tab>
</tabs>
</ribbon>
我不知道是什麼原因造成這個錯誤,感謝所有幫助我加入以下代碼到片模塊之一
Sub Callback2()
MsgBox "Welcome"
End Sub
。