明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2026|回复: 4

[VBA]新手求助:这个错误如何处理?

[复制链接]
发表于 2006-4-7 20:18:00 | 显示全部楼层 |阅读模式

学习使用VBA处理控件数组过程中,对VBA提供的样例代码的编译中出现“无效的类别字符串”不知道该如何处理,请版主帮助。

C:\Documents and Settings\Administrator\My Documents\My Pictures\未命名.bmp
发表于 2006-4-7 21:57:00 | 显示全部楼层
代码都没有,神仙啊。
 楼主| 发表于 2006-4-8 10:49:00 | 显示全部楼层
mccad:除了被遮盖住的commandbutton的caption属性外,代码全部在图中了。
发表于 2006-4-8 15:42:00 | 显示全部楼层

图看不见,把你的代码直接贴上吧

 楼主| 发表于 2006-4-10 08:03:00 | 显示全部楼层
Dim MyTextBox As Control
Private Sub CommandButton1_Click()
[U] Set MyTextBox = MultiPage1.Pages(0).Controls.Add("MSForms" & ".TextBox.1", "MyTextBox", Visible)[/U]
End Sub
Private Sub CommandButton2_Click()
    MultiPage1.Pages(0).Controls.Clear
End Sub
Private Sub CommandButton3_Click()
    If MultiPage1.Pages(0).Controls.Count > 0 Then
        MultiPage1.Pages(0).Controls.Remove "MyTextBox"
    End If
End Sub
Private Sub UserForm_Initialize()
    CommandButton1.Caption = "Add control"
    CommandButton2.Caption = "Clear controls"
    CommandButton3.Caption = "Remove control"
End Sub
在黑体下划线行提示“运行时错误'2147221005  (800401f3)':无效的类别字符串”,不知该如何处理?请版主帮助。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-27 04:31 , Processed in 0.172065 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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