老师,能帮忙看看这段代码吗?把代码放到窗口的click里面,然后感觉这个红色代码没有什么用呢,现在的问题就是,在没有达到这个时间,然后点击窗口其他按钮,也会执行这个代码,而且是立马就执行了,能帮忙看看是那里出的这个问题呀,以前都不会这样,然后换了电脑结果就这样的了,
If Forms("计划表窗口").Opened Then
If LastInputTickCount > 3000 Then
e.Form.Controls("RadioButton8").Checked = False
e.Form.Controls("Panel02").Visible = False
If e.Form.Controls("Panel2").Visible = True
e.Form.Controls("Panel5").Visible = False
End If
End If
End If