How to bring up menu by pressing button (not menu key)

wheretheidivides

Active Member
Licensed User
Longtime User
I have a menu set up when you press the menu key. I wanted it to also pop up with a button. The button is called 'ButtonMenu'. I tried this code but nothing. I know it's simple. Thanks.


Sub ButtonMenu_Click
'------------------------
'menu bar on top brings up options
Help_Click 'SUBROUTINE

'-------------------------------------
End Sub

I also tried

Sub ButtonMenu_Click
'------------------------
'menu bar on top brings up options
Button_Click 'SUBROUTINE

'-------------------------------------
End Sub
 
Last edited:
Top