View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jonigr jonigr is offline
external usenet poster
 
Posts: 13
Default keyboard shortcut hijacked?

Tom, I unloaded some add-ins and ran

Application.OnKey "^a"

Problem solved. Thanks!

Joni

"Tom Ogilvy" wrote:

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

--
Regards,
Tom Ogilvy


"jonigr" wrote in message
...
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.