I just got a new computer at work, and the right click menu doesn't work.
How do I turn that feature on again?
If its new, its under warranty. Get the supplier to fix his mess onsite
> I just got a new computer at work, and the right click menu doesn't work.
> How do I turn that feature on again?
David McRitchie - 25 Sep 2006 02:11 GMT
You probably had an event macro fail on you.
You will find the following on my Right Click page and are fixed in
the Visual Basic Editor (VBE)
http://www.mvps.org/dmcritchie/excel/rightclick.htm#problems
There is no right click menu (context menu missing). Try this command in the Intermediate Window (Ctrl+G) of the VBE (Alt+11)
Application.CommandBars("Cell").Reset
Missing the right click context menu for sheet tabs (fix with Ctrl+G)
Application.CommandBars("Ply").Reset
---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
> If its new, its under warranty. Get the supplier to fix his mess onsite
>
> > I just got a new computer at work, and the right click menu doesn't work.
> > How do I turn that feature on again?