Private Sub Form_Load() Me.KeyPreview = True End Sub Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyF5 Then Call A() End If End Sub
7,789
社区成员
197,583
社区内容
加载中
试试用AI创作助手写篇文章吧