ok, the property "ShortcutMenuBar" is not supported by the MSFlexGrid but i would like to do like in VB this:
on the mouse up event (right click and get the contextual menu)
If Button = 2 Then
PopupMenu MyMenu
End If
but i dont find the equivalent for "PopupMenu" in VBA.
Anybody did that?
on the mouse up event (right click and get the contextual menu)
If Button = 2 Then
PopupMenu MyMenu
End If
but i dont find the equivalent for "PopupMenu" in VBA.
Anybody did that?