How can I get mouse shortcuts to work in Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 worksheet 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 worksheet.

If it is a Add-in Then i would appreciate any help offered.
Regards
Dave
 
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
 
Sounds like also missing the right-click on sheet tab menu.

Application.CommandBars("Ply").Reset


Gord Dibben Excel MVP
 
Back
Top