 |
如何在 Excel 中自訂功能表和功能表列
Sub MenuBar_Show() Dim myNewBar As Object Set myNewBar = CommandBars.Add(Name:="Custom1", Position:=msoBarFloating) ' You must first enable your custom menu bar before you make it visible. ' Enabling a menu bar adds it to the list of available ...
support.microsoft.com |
 |