View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default pls help: short cut menu doesn't show when right click mouse

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.