A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Setting up and Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I activate right mouse button in Excel



 
 
Thread Tools Display Modes
  #1  
Old April 3rd, 2008, 09:59 AM posted to microsoft.public.excel.setup
Gerhard
external usenet poster
 
Posts: 20
Default 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.
  #2  
Old April 4th, 2008, 12:33 AM posted to microsoft.public.excel.setup
Gord Dibben
external usenet poster
 
Posts: 20,252
Default How do I activate right mouse button in Excel

Sounds like code disabled the Cell right-click menu and other stuffg

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.


  #3  
Old April 4th, 2008, 02:28 AM posted to microsoft.public.excel.setup
JP[_5_]
external usenet poster
 
Posts: 559
Default 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 stuffg

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 -


  #4  
Old April 4th, 2008, 04:29 AM posted to microsoft.public.excel.setup
Gord Dibben
external usenet poster
 
Posts: 20,252
Default How do I activate right mouse button in Excel

Rhetorical question, I presumeg


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 stuffg

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 -


  #5  
Old April 4th, 2008, 11:51 AM posted to microsoft.public.excel.setup
JP[_5_]
external usenet poster
 
Posts: 559
Default How do I activate right mouse button in Excel

Absolutely!


--JP

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

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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:37 PM.


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