Hello,
F1 is a key when we need to see help, but if I want to use this key for some
other purpose, for example to open a form, how to avoid getting the help
file?
Thank you very much
Paul
MA - 04 Nov 2004 10:05 GMT
> Hello,
>
[quoted text clipped - 5 lines]
>
> Paul
use a macro autokeys.
The help is very clear
MAssimiliano
Paul - 04 Nov 2004 14:49 GMT
If KeyCode = vbKeyF1 Then
do this
else
do that
end if
> Hello,
>
[quoted text clipped - 6 lines]
>
> Paul