R
Richard m
I would like to keep users from right clicking the main menu and have
the drop down menu displayed.
I saw this on another post but it does not work on the main menu.
Application.CommandBars("Cell").Enabled = false
Changed it to
Application.CommandBars(1).Enabled = false
but all it did was hid the main menu and I still could right click it
and the dropdown menu is displayed.
Can the right mouse button be diabled all the time through code?
the drop down menu displayed.
I saw this on another post but it does not work on the main menu.
Application.CommandBars("Cell").Enabled = false
Changed it to
Application.CommandBars(1).Enabled = false
but all it did was hid the main menu and I still could right click it
and the dropdown menu is displayed.
Can the right mouse button be diabled all the time through code?