Disable the built-in keyboard shortcuts

G

Guest

Hi,
Is there any way to , programmatically, disable the excel built-in keyboard
shortus ?
I'm using .Net but welcome any solution (VBA,...).
Thanks
 
P

Peter T

You could look at Application.Onkey to re-assign the built-in shortcuts to
your own macro, the macro needn't do anything. If I received some app that
did that to my shortcuts it would be binned immediately!

Regards,
Peter T
 

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