Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Slypaw
 
Posts: n/a
Default Enabling shortcut menu

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   Report Post  
CyberTaz
 
Posts: n/a
Default

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   Report Post  
Jim Rech
 
Posts: n/a
Default

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   Report Post  
Nate Oliver
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I delete some words in autocomplete shortcut menu? [email protected] Excel Worksheet Functions 2 February 14th 05 11:27 PM
How can the right-click shortcut menu in Excel be edited? LynneN Excel Discussion (Misc queries) 10 January 31st 05 11:43 PM
My file menu is not on the menu bar. karyn slm Excel Discussion (Misc queries) 3 January 11th 05 05:59 AM
Menu items added with menu item editor in older versions Michael Hoffmann Excel Discussion (Misc queries) 2 January 7th 05 01:40 PM
shortcut menu Javed Excel Discussion (Misc queries) 1 December 6th 04 09:28 PM


All times are GMT +1. The time now is 10:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"