+ Reply to Thread
Results 1 to 2 of 2

How to apply Application.OnKey

  1. #1
    Registered User
    Join Date
    03-29-2006
    Posts
    1

    How to apply Application.OnKey

    Hello there...

    I'd like to ask anyone here regarding the above title. I tried it for so many times based on an example from Excel help but yet it doesn't show me anything difference. Any suggestion pls... Thanks in advance.

  2. #2
    Carim
    Guest

    Re: How to apply Application.OnKey

    Hi Dewanna,

    Always be careful with this instruction which changes the normal
    behaviour of a given key ...
    To have the F1 key execute your macro :
    Application.OnKey "{F1}", "YourMacro"
    To have the F1 key back to normal :
    Application.OnKey "{F1}"

    HTH
    Carim


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1