keyboard shortcut hijacked?

J

jonigr

My keyboard shortcut “ Ctrl+A“ (to select the entire worksheet) appears to
have been hijacked. It now results in the message box:

The macro ‘!fAboutDlg’ cannot be found.

It is impossible for me to trace what may have caused this.

Is there any way I can re-assign this shortcut and/or return to the default
settings?

Btw CTRL+A still works fine in Word.

Thanks for any help.
 
T

Tom Ogilvy

did you recently add a new Addin?

look in your xlStart folder and see if there are any strange workbooks
there.

If you want to restore it, look in VBA help and Application.OnKey
 
J

jonigr

Tom, I unloaded some add-ins and ran

Application.OnKey "^a"

Problem solved. Thanks!

Joni
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top