标题: 如何查找commandbar在哪里? [打印本页] 作者: greatcf 时间: 2012-4-17 14:09 标题: 如何查找commandbar在哪里? 我用的是ACCESS2007,一个小程序里调用了一个commandbar ,可我找不到这个commandbar在哪里,请问如何查找,
调用代码如下
Private Sub TreeView0_MouseUp(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal y As Long)
If Button = 2 Then
CommandBars("增加分类菜单").ShowPopup
End If
End Sub