|
| ||||||||||
| Tags: microsoft excel, microsoft excel 2007, microsoft office, office application, spreadsheet |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Rightclick is not working in Microsoft Excel 2007
|
|
#2
| |||
| |||
| 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. |
|
#3
| |||
| |||
| 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? |
|
#4
| |||
| |||
| 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. |
|
#5
| |||
| |||
| 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 |
|
#6
| |||
| |||
| Re: Rightclick is not working in Microsoft Excel 2007
One of my users got this problem today and BillieJ solution solved the case |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |