Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Would be grateful if someone could help on this. Recently I upgrade from Excel 2000 to the XP version. However, when I right click as usual, the short menu menu (with cut, copy, paste, insert...) did not appear. Is there any way I could activate back the menu when I right click the mouse? Thanks a million. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub RestoreMenu()
Application.CommandBars("Cell").Enabled = True End Sub -- Regards, Tom Ogilvy "Yong Wah" wrote in message ... Hi Would be grateful if someone could help on this. Recently I upgrade from Excel 2000 to the XP version. However, when I right click as usual, the short menu menu (with cut, copy, paste, insert...) did not appear. Is there any way I could activate back the menu when I right click the mouse? Thanks a million. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Right click mouse menu for insert does not work | Excel Discussion (Misc queries) | |||
Shortcut menu won't appear when I click right mouse button. | Excel Discussion (Misc queries) | |||
Hyperlink Option on Right-click short-cut menu gone? | Excel Discussion (Misc queries) | |||
adding macro to right mouse click menu | Excel Discussion (Misc queries) | |||
short cut menu doesn't show when right click on mouse | Excel Programming |