Re: How can I get mouse shortcuts to work in Excel



Hi Dave,

Looks like you are missing the context menu, try this it is listed on the second page I referenced:
The Intermediate window is from the Visual Basic Editor. So from Excel use Alt+F11 to get to
the VBE then use Ctrl+G to bring up the Intermediate Window.

Listed under Problems on my rightclick.htm page:

There is no right click menu (context menu missing). Try this command in the Intermediate Window (Ctrl+G)
Application.CommandBars("Cell").Reset

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"dave ratchford" <daveratchford@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:26B5C13D-B1DB-4214-B32B-C1FA81B0D2E4@xxxxxxxxxxxxxxxx
> Hi Dave, Thanks for the response.
> The type of issues were as follows:-
> Selecting a group of cells and right clicking would allow me to format or
> change the properties of all those cells, now it just de-selects the cells.
> When right clicking on the tab of a work*** the edit menu would apear now
> it just fails to do anything, ands similar stuff which you tend to do
> automattically as the above when working in the work***.
>
> If it is a Add-in Then i would appreciate any help offered.
> Regards
> Dave
>
> "David McRitchie" wrote:
>
> > Hi Dave,
> > Might help if you were more specific of an example of something
> > that is missing.
> >
> > http://www.mvps.org/dmcritchie/excel/fillhand.htm#mouse
> >
> > also you could be talking about right-click (context) menus that
> > you might have had installed macros for.
> > http://www.mvps.org/dmcritchie/excel/rightclick.htm
> > ---
> > HTH,
> > David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
> > My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
> > Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
> >
> > "dave ratchford" <dave ratchford@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > news:B09DC5CA-D1E9-4A35-A392-171FA47502C6@xxxxxxxxxxxxxxxx
> > > Since changing my Machine and Mouse the very useful shortcuts which used to
> > > work on the mouse does not work anymore I have checked setup and all seems
> > > fine can anyone help.
> > > The new mouse is the Microsft wireless desktop product and I am using Office
> > > 2000 Pro
> > > Many Thanks
> > > Dave
> >
> >
> >


.