gpt4 book ai didi

excel - 在 Excel VBA 中定位命令按钮

转载 作者:行者123 更新时间:2023-12-04 21:03:49 25 4
gpt4 key购买 nike

我在工作中维护一个大型电子表格,并且在整个代码中都有 ActiveX 命令按钮。我目前正在处理的一张纸上有近 100 张。我已确保按钮本身是可见的,因为某些按钮根据代码流被隐藏/取消隐藏。

有没有办法可以在工作表本身上找到 VBA 代码指向的按钮所在的位置?这是一个片段:

enter code here
Private Sub CommandButton4_Click()
Application.Goto Range("Add_Trainees"), True
CommandButton3.Visible = True ' unhides menu button
CommandButton81.Visible = True ' hides SC1
CommandButton97.Visible = True ' hides SC2
End Sub

我试图在工作表上找到命令按钮 3、81 和 97 所在的位置。

TIA 寻求任何帮助/建议。

最佳答案

我认为 pnuts 提供了找出按钮位置的正确方法。

我还建议从“开发人员”->“属性”打开面板。在该面板中,您可以查看列表中的所有 ActiveX 控件,包括命令按钮。

关于excel - 在 Excel VBA 中定位命令按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29483986/

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