ExcelHome技术论坛

 找回密码
 免费注册

QQ登录

只需一步,快速开始

快捷登录

搜索
EH技术汇-专业的职场技能充电站 妙哉!函数段子手趣味讲函数 Excel服务器-会Excel,做管理系统 效率神器,一键搞定繁琐工作
HR薪酬管理数字化实战 Excel 2021函数公式学习大典 Excel数据透视表实战秘技 打造核心竞争力的职场宝典
让更多数据处理,一键完成 数据工作者的案头书 免费直播课集锦 ExcelHome出品 - VBA代码宝免费下载
用ChatGPT与VBA一键搞定Excel WPS表格从入门到精通 Excel VBA经典代码实践指南
查看: 2222|回复: 4

[求助] VBA如何根据窗口工具箱的“选项按钮”的值来新建sheet工作表

[复制链接]

TA的精华主题

TA的得分主题

发表于 2018-9-6 22:06 | 显示全部楼层 |阅读模式
VBA如何用窗口工具箱的“选项按钮”的Caption 值来新建sheet工作表?
条件:当在userform页面在第一次选择“选项按钮(OptionButton)"点击"命令按钮(CommandButton)"按钮时,将新建sheet工作表,当第二次选择就不再新建sheet工作表;
备注:点击"命令按钮(CommandButton)"时所新建的sheet工作表表名要与“选项按钮(OptionButton)"的Caption值相同; QQ图片20180906215512.png
头像被屏蔽

TA的精华主题

TA的得分主题

发表于 2018-9-6 22:43 来自手机 | 显示全部楼层
[广告] Excel易用宝 - 提升Excel的操作效率 · Excel / WPS表格插件       ★免费下载 ★       ★ 使用帮助
提示: 作者被禁止或删除 内容自动屏蔽

TA的精华主题

TA的得分主题

发表于 2018-9-6 22:44 | 显示全部楼层
可以实现哦,根据OptionButton的名称创建工作表,创建是进行判断已存在就不创建

TA的精华主题

TA的得分主题

 楼主| 发表于 2018-9-7 16:14 | 显示全部楼层
朱荣兴 发表于 2018-9-6 22:43
没有附件没法帮你的。

已上传附件
以下来"确定"按钮的点击事件代码
Private Sub OK_Click()
    Dim sheet As New Worksheet '定义sheet工作表
    Dim i&, j&
    If Me.b_type1.Value = True Then
        MsgBox Me.b_type1.Caption
    End If
    If Me.b_type2.Value = True Then
        MsgBox Me.b_type2.Caption
    ElseIf Me.b_type3.Value = True Then
        MsgBox Me.b_type3.Caption
    ElseIf Me.b_type4.Value = True Then
        MsgBox Me.b_type4.Caption
    ElseIf Me.b_type5.Value = True Then
        MsgBox Me.b_type5.Caption
    ElseIf Me.b_type6.Value = True Then
        MsgBox Me.b_type6.Caption
    ElseIf Me.b_type7.Value = True Then
        MsgBox Me.b_type7.Caption
    ElseIf Me.b_type8.Value = True Then
        MsgBox Me.b_type8.Caption
    ElseIf Me.b_type9.Value = True Then
        MsgBox Me.b_type9.Caption
    ElseIf Me.b_type10.Value = True Then
        MsgBox Me.b_type10.Caption
    ElseIf Me.b_type11.Value = True Then
        MsgBox Me.b_type11.Caption
    ElseIf Me.b_type12.Value = True Then
        MsgBox Me.b_type12.Caption
    ElseIf Me.b_type13.Value = True Then
        MsgBox Me.b_type13.Caption
    ElseIf Me.b_type14.Value = True Then
        MsgBox Me.b_type14.Caption
    ElseIf Me.b_type15.Value = True Then
        MsgBox Me.b_type15.Caption
    ElseIf Me.b_type16.Value = True Then
        MsgBox Me.b_type16.Caption
    ElseIf Me.b_type17.Value = True Then
        MsgBox Me.b_type17.Caption
    End If   
End Sub

book1.rar

73 KB, 下载次数: 12

TA的精华主题

TA的得分主题

 楼主| 发表于 2018-9-7 16:16 | 显示全部楼层
[广告] VBA代码宝 - VBA编程加强工具 · VBA代码随查随用  · 内置多项VBA编程加强工具       ★ 免费下载 ★      ★使用手册
已重新上传附件

book1.rar

73 KB, 下载次数: 15

您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

手机版|关于我们|联系我们|ExcelHome

GMT+8, 2025-1-13 17:48 , Processed in 0.020755 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 1999-2023 Wooffice Inc.

沪公网安备 31011702000001号 沪ICP备11019229号-2

本论坛言论纯属发表者个人意见,任何违反国家相关法律的言论,本站将协助国家相关部门追究发言者责任!     本站特聘法律顾问:李志群律师

快速回复 返回顶部 返回列表