I was always using my mouse as a shortcut by right clicking to enable cut and paste in excel documents and now its not allowing anything when i right click mouse. Does anyone know what i might of done wrong to disable this shortcut?![]()
I was always using my mouse as a shortcut by right clicking to enable cut and paste in excel documents and now its not allowing anything when i right click mouse. Does anyone know what i might of done wrong to disable this shortcut?![]()
It has to be asked: Does right-clicking in any other application or in Windows bring up the proper context menu, or have you lost all right-click functionality on your PC? (In which case, I'd suggest getting a new mouse)
Or have you been phutzing with custom menus in VBA?
my mouse works in all other applications.... i did have a problem yesterday where i lost the menu bar showing "file, edit" etc.... a friend emailed me the following fix: -Originally Posted by pjoaquin
Push Alt+F11
Go to Insert>Module
type in the following:
Sub RestoreMenu
Application.CommandBars("Worksheet Menu Bar").Enabled=True
End Sub
Push F5
Alt+Q
.... doing the above brought back my menu bar but i can no longer use the mouse shortcuts.
Julie, can you try this macro?
Same instructions as your friend gave you:![]()
Please Login or Register to view this content.
Push Alt+F11
Go to Insert>Module
Type in the code above
Push F5
Alt+Q
If that doesn't work, try the code:
![]()
Please Login or Register to view this content.
Originally Posted by pjoaquin
Thank you so much for your help ... the first one worked..... thank you again
![]()
You're welcome, my pleasure to help.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks