ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Setting up and Configuration of Excel (https://www.excelbanter.com/setting-up-configuration-excel/)
-   -   How do I activate right mouse button in Excel (https://www.excelbanter.com/setting-up-configuration-excel/182346-how-do-i-activate-right-mouse-button-excel.html)

Gerhard

How do I activate right mouse button in Excel
 
The dropdown on the right mouse button suddenly disappeared. It works with
all other programs except Excel. I opened an Excel file that contains major
Visual Basic Programming. When I closed it, the scroll bars were missing and
it EXcel was set to full screen view. I managed to get all of it back by
cahnging it in Options, but now I don't have a dropdown on the right mouse
button.

Gord Dibben

How do I activate right mouse button in Excel
 
Sounds like code disabled the Cell right-click menu and other stuff<g

Run this macro.

Sub reset()
Application.CommandBars("Cell").Enabled = True
End Sub

How about if you right-click on a sheet tab?

If sheet tab r-click is also disabled you need

Sub reset()
Application.CommandBars("Plyl").Enabled = True
End Sub


Gord Dibben MS Excel MVP

On Thu, 3 Apr 2008 01:59:02 -0700, Gerhard
wrote:

The dropdown on the right mouse button suddenly disappeared. It works with
all other programs except Excel. I opened an Excel file that contains major
Visual Basic Programming. When I closed it, the scroll bars were missing and
it EXcel was set to full screen view. I managed to get all of it back by
cahnging it in Options, but now I don't have a dropdown on the right mouse
button.



JP[_4_]

How do I activate right mouse button in Excel
 
<gasp What kind of code removes the scrollbars and rghtclick menu
then doesn't clean itself up after exiting??

--JP

On Apr 3, 7:33*pm, Gord Dibben <gorddibbATshawDOTca wrote:
Sounds like code disabled the Cell right-click menu and other stuff<g

Run this macro.

Sub reset()
* * Application.CommandBars("Cell").Enabled = True
End Sub

How about if you right-click on a sheet tab?

If sheet tab r-click is also disabled you need

Sub reset()
* * Application.CommandBars("Plyl").Enabled = True
End Sub

Gord Dibben *MS Excel MVP

On Thu, 3 Apr 2008 01:59:02 -0700, Gerhard
wrote:



The dropdown on the right mouse button suddenly disappeared. *It works with
all other programs except Excel. *I opened an Excel file that contains major
Visual Basic Programming. *When I closed it, the scroll bars were missing and
it EXcel was set to full screen view. *I managed to get all of it back by
cahnging it in Options, but now I don't have a dropdown on the right mouse
button.- Hide quoted text -


- Show quoted text -



Gord Dibben

How do I activate right mouse button in Excel
 
Rhetorical question, I presume<g


Gord

On Thu, 3 Apr 2008 18:28:54 -0700 (PDT), JP wrote:

<gasp What kind of code removes the scrollbars and rghtclick menu
then doesn't clean itself up after exiting??

--JP

On Apr 3, 7:33*pm, Gord Dibben <gorddibbATshawDOTca wrote:
Sounds like code disabled the Cell right-click menu and other stuff<g

Run this macro.

Sub reset()
* * Application.CommandBars("Cell").Enabled = True
End Sub

How about if you right-click on a sheet tab?

If sheet tab r-click is also disabled you need

Sub reset()
* * Application.CommandBars("Plyl").Enabled = True
End Sub

Gord Dibben *MS Excel MVP

On Thu, 3 Apr 2008 01:59:02 -0700, Gerhard
wrote:



The dropdown on the right mouse button suddenly disappeared. *It works with
all other programs except Excel. *I opened an Excel file that contains major
Visual Basic Programming. *When I closed it, the scroll bars were missing and
it EXcel was set to full screen view. *I managed to get all of it back by
cahnging it in Options, but now I don't have a dropdown on the right mouse
button.- Hide quoted text -


- Show quoted text -



JP[_4_]

How do I activate right mouse button in Excel
 
Absolutely!


--JP

On Apr 3, 11:29*pm, Gord Dibben <gorddibbATshawDOTca wrote:
Rhetorical question, I presume<g

Gord



On Thu, 3 Apr 2008 18:28:54 -0700 (PDT), JP wrote:
<gasp What kind of code removes the scrollbars and rghtclick menu
then doesn't clean itself up after exiting??


--JP



All times are GMT +1. The time now is 09:56 AM.

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