knowing when a function key has been pressed

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
 
D

Duane Hookom

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