Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI
I would like to disable the right mouse click on the "Worksheet Menu Bar", so that you can't add other toolbars such as Standard, Formatting etc.. Unfortunately I couldnt find this in the VBA Help Hoping someone can help Max Potters |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Max
Try this Application.CommandBars("Toolbar List").Enabled = False -- Regards Ron de Bruin http://www.rondebruin.nl "Max Potters" wrote in message ... HI I would like to disable the right mouse click on the "Worksheet Menu Bar", so that you can't add other toolbars such as Standard, Formatting etc.. Unfortunately I couldnt find this in the VBA Help Hoping someone can help Max Potters |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
unfortunately, double-click still is accessible.
-- HTH RP (remove nothere from the email address if mailing direct) "Ron de Bruin" wrote in message ... Hi Max Try this Application.CommandBars("Toolbar List").Enabled = False -- Regards Ron de Bruin http://www.rondebruin.nl "Max Potters" wrote in message ... HI I would like to disable the right mouse click on the "Worksheet Menu Bar", so that you can't add other toolbars such as Standard, Formatting etc.. Unfortunately I couldnt find this in the VBA Help Hoping someone can help Max Potters |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shortcut to switch from "fill down" to "copy" with mouse drag | Excel Discussion (Misc queries) | |||
How do i disable/enable "Worksheet Move or copy" option? | Excel Worksheet Functions | |||
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F | Excel Discussion (Misc queries) | |||
VBA to disable "Delete...." on shortcut menu of worksheet tab? | Excel Discussion (Misc queries) | |||
DISABLE CLOSE MSGBOX ON CLICK "X" | Excel Programming |