ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Disable the right mouse button?? (https://www.excelbanter.com/excel-programming/284672-disable-right-mouse-button.html)

Richard m

Disable the right mouse button??
 

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?


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/

~~Now Available: Financial Statements.xls, a step by step guide to creating financial statements

Vasant Nanavati

Disable the right mouse button??
 
CommandBars("Toolbar List").Enabled = False

No need to disable the right mouse button.

--

Vasant


"Richard m" wrote in message
...

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?


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/

~~Now Available: Financial Statements.xls, a step by step guide to

creating financial statements




All times are GMT +1. The time now is 03:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com