gpt4 book ai didi

excel - Excel 菜单命令栏中的键盘快捷键

转载 作者:行者123 更新时间:2023-12-02 08:05:48 25 4
gpt4 key购买 nike

下面的代码在 New... 之前添加了一个菜单项 Custom1。如何让分配给 CodeCustom1 的键盘快捷键(通过 Application.OnKey)与 Ctrl+N 完美右对齐? p>

Sub menuItem_Create()
With CommandBars("Worksheet menu bar").Controls("File")
.Controls.Add(Type:=msoControlButton, Before:=1).Caption = "Custom1"
.Controls("Custom1").OnAction = "CodeCustom1"
End With
End Sub

enter image description here

最佳答案

使用 CommandbarButton 的 ShortcutText 属性:

.Controls("Custom1").ShortcutText = "ctrl+W"

关于excel - Excel 菜单命令栏中的键盘快捷键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14341138/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com