Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links


Rightclick is not working in Microsoft Excel 2007

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 13-01-2012
Member
 
Join Date: Jan 2012
Posts: 27
Rightclick is not working in Microsoft Excel 2007

Sponsored Links
Is there a feature that switches Right-Clicking on and off. Right-Click has suddenly stopped working in Excel 07 although works fine in other Office 07 programs. How do I get it to operate again.

Reply With Quote
  #2  
Old 13-01-2012
Member
 
Join Date: Mar 2011
Posts: 512
Re: Rightclick is not working in Microsoft Excel 2007

You might rename or delete your Excel 2007 toolbar file Excel12.xlb found here (with Excel closed): C:\Documents and Settings\<user name>\Application Data\Microsoft\Excel.
Reply With Quote
  #3  
Old 13-01-2012
Member
 
Join Date: Aug 2011
Posts: 498
Re: Rightclick is not working in Microsoft Excel 2007

One thing occurred to me yet. Our IT man told me that Office 2007 (trial version) installed next to the first Excel 2003. Then uninstall and on it given the purchased version. Whether it has something to do, I can not say. I searched the Internet and found the following:
CommandBars ("Ply"). Enabled = True
Application.CommandBars ("Ply"). Enabled = True

These commands will work again with the right mouse button. But when I start each entry must be the macro. Have ye here any idea how to do that again can be produced without macro again. Or if that does not work, you can automatically run the macro with the Excel startup?
Reply With Quote
  #4  
Old 13-01-2012
Member
 
Join Date: Aug 2011
Posts: 401
Re: Rightclick is not working in Microsoft Excel 2007

This is actually normal because when spreadsheet changes the settings are changed for any Excel. If you put in manual calculation mode, this remains true until it is automatic, for example. So we must identify the workbook that makes the change and ensure to go through the recovery process.Excuse me again, but how to access the VBA code to see the changes that were made.
Reply With Quote
  #5  
Old 13-01-2012
Member
 
Join Date: Jul 2011
Posts: 375
Re: Rightclick is not working in Microsoft Excel 2007

This can be fixed via vbeditor. Open Excel and perss Alt + F11. Click on Menu > Insert > Module. Add the below code and then hit F5.
Code:
Sub Enable_All_Right_Click_Menus()
'This will enable all BuiltIn Command bars
Dim Cbar As CommandBar
For Each Cbar In Application.CommandBars
Cbar.Enabled = True
Next
End Sub
Reply With Quote
  #6  
Old 22-03-2012
Member
 
Join Date: Mar 2012
Posts: 1
Re: Rightclick is not working in Microsoft Excel 2007

One of my users got this problem today and BillieJ solution solved the case
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Rightclick is not working in Microsoft Excel 2007"
Thread Thread Starter Forum Replies Last Post
How to open UTF-8 in Microsoft Excel 2007 Kaesav MS Office Support 2 10-02-2012 04:19 PM
F2 key is not working in Microsoft Excel 2007 ELETTRA| MS Office Support 2 03-02-2012 04:59 PM
Autofit Row height is not working in Microsoft Excel 2007 SadyQ MS Office Support 4 24-01-2012 11:55 AM
Microsoft Excel 2007 formatting Meditation Windows Software 4 29-01-2011 03:58 PM
Benefits of using Microsoft Excel 2007 XDRoX Tips & Tweaks 1 06-04-2009 05:24 PM


All times are GMT +5.5. The time now is 10:11 PM.