Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How can I enable the shortcut menu in cells using mouse right click?
When I right click in a cell now, nothing happens. Right clicking twice opens Essbase login. |
#2
![]() |
|||
|
|||
![]()
AFAIK there is no Option for enabling/disabling shortcut menus. If this is a
business system perhaps your MIS people have modified things in some way. This would also explain the DblRt+Clk action as that is not a commonly used technique in Windows applications. Check the Properties of your mouse. Good Luck |:) "Slypaw" wrote: How can I enable the shortcut menu in cells using mouse right click? When I right click in a cell now, nothing happens. Right clicking twice opens Essbase login. |
#3
![]() |
|||
|
|||
![]()
You can re-enable the Cell shortcut menu by running this code:
Sub a() With CommandBars("Cell") .Enabled = True .Reset End With End Sub But if something is running when you start Excel that disables this menu this will not be a permanent solution. Finding the cause will be. -- Jim Rech Excel MVP "Slypaw" wrote in message ... | How can I enable the shortcut menu in cells using mouse right click? | When I right click in a cell now, nothing happens. Right clicking twice | opens Essbase login. |
#4
![]() |
|||
|
|||
![]()
Hello,
Click Essbase-Options... Go to the 'Global' tab, and uncheck 'Enable Secondary Button'. Regards, Nate Oliver "Slypaw" wrote: How can I enable the shortcut menu in cells using mouse right click? When I right click in a cell now, nothing happens. Right clicking twice opens Essbase login. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I delete some words in autocomplete shortcut menu? | Excel Worksheet Functions | |||
How can the right-click shortcut menu in Excel be edited? | Excel Discussion (Misc queries) | |||
My file menu is not on the menu bar. | Excel Discussion (Misc queries) | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) | |||
shortcut menu | Excel Discussion (Misc queries) |