knowing when a function key has been pressed

  • Thread starter Thread starter John Baker
  • Start date Start date
J

John Baker

I want to perform a function when a particular funtion key has been pressed
eg f4 or f5 key.

Can anyone tell me how I can do this and also tell me the different values I
need to select for each of the function keys?

Thanks
John B
 
Look up Autokeys in Help. An Autokeys macro can be used to run a procedure
when a key or keys are pressed.
 
Back
Top