View Single Post
  #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.