> 数学 >
在Vb环境下做柱形图 让shape的高度等于text里的数怎么写语句啊 shape.height=text1.text 类型不符
人气:353 ℃ 时间:2020-02-05 07:40:29
解答
Private Sub Text1_Change()
If IsNumeric(Text1) Then If Val(Text1) >= 0 Then Shape1.Height = Val(Text1)
End Sub
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版