gpt4 book ai didi

Excel VBA 选项按钮在开始时选择为默认值

转载 作者:行者123 更新时间:2023-12-04 20:16:24 24 4
gpt4 key购买 nike

我正在尝试在打开 excel 文档时默认选择一个首选的非 activex 单选按钮。

我想做的是:

Private Sub Workbook_Open()

ActiveSheet.Shapes("Option Button 1").Value = True

End Sub

但我收到此错误消息:

Run-time error '438':

Object doesn't support this property of method

最佳答案

尝试这个:

ActiveSheet.Shapes("Option Button 1").ControlFormat.Value = xlOn

关于Excel VBA 选项按钮在开始时选择为默认值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24205454/

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