我的要求 是 点击下拉框(箭头)时
运行下述代码
Private Sub Combo1_OnDropDown()
Dim n As Integer
n = Combo1.ListCount
If Not n > 0 Then
MsgBox "********", vbokonley, "***"
Exit Sub
End If
End Sub
运行下述代码
Private Sub Combo1_OnDropDown()
Dim n As Integer
n = Combo1.ListCount
If Not n > 0 Then
MsgBox "********", vbokonley, "***"
Exit Sub
End If
End Sub