vb的复选框 选择题程序 怎么设计下面的程序
要么得在If Check1.Value = 1 Then Text1 = 5
后面加上else Text1 = 0 其它类同
要么把Text4=""
改为Text1="" .......Text11=""
要全为清空
因为会出现数据不清空的原因来自这一句
Text4 = Val(Text1) + Val(Text2) + Val(Text3) + Val(Text5) + Val(Text6) + Val(Text7) + Val(Text8) + Val(Text9) + Val(Text10) + Val(Text11)
另外,强烈建议用控件数组来
用For清空
多重随机标签