PC Review


Reply
Thread Tools Rate Thread

Disable hotkeys

 
 
=?Utf-8?B?U2hlcmlmZg==?=
Guest
Posts: n/a
 
      20th Dec 2004
Hello haw I disable the hotkeys in Excel 2002 or customize it.

Thanks a lot.
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      20th Dec 2004
You could use a small macro.

For example, this disables the F1 (help) key:

Option Explicit
Sub disableF1()
Application.OnKey "{f1}", ""
End Sub

And this would toggle it back to normal.

Sub enableF1()
Application.OnKey "{f1}"
End Sub

If you look at sendkeys in VBA's help, you'll see how to override special keys.
(Like ctrl-c for copy.)




Sheriff wrote:
>
> Hello haw I disable the hotkeys in Excel 2002 or customize it.
>
> Thanks a lot.


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?U2hlcmlmZg==?=
Guest
Posts: n/a
 
      21st Dec 2004
Thanks a lot.

"Dave Peterson" wrote:

> You could use a small macro.
>
> For example, this disables the F1 (help) key:
>
> Option Explicit
> Sub disableF1()
> Application.OnKey "{f1}", ""
> End Sub
>
> And this would toggle it back to normal.
>
> Sub enableF1()
> Application.OnKey "{f1}"
> End Sub
>
> If you look at sendkeys in VBA's help, you'll see how to override special keys.
> (Like ctrl-c for copy.)
>
>
>
>
> Sheriff wrote:
> >
> > Hello haw I disable the hotkeys in Excel 2002 or customize it.
> >
> > Thanks a lot.

>
> --
>
> Dave Peterson
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I disable hotkeys in Outlook 2007? MOBIUS618 Microsoft Outlook Discussion 1 17th Feb 2010 05:02 PM
Disable individual hotkeys? Allie Windows XP General 0 17th Sep 2009 06:12 PM
Disable hotkeys for internet explorer embeddedgeek Windows XP Embedded 0 3rd Jul 2006 05:52 AM
Disable Hotkeys freekrill Microsoft Excel Misc 1 24th Nov 2005 04:39 PM
Hotkeys - how can I disable them? =?Utf-8?B?am9ubnk=?= Windows XP Hardware 2 17th Jan 2005 03:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:04 AM.