Connecting Tech Pros Worldwide Forums | Help | Site Map

about key F1

Paul T. RONG
Guest
 
Posts: n/a
#1: Nov 13 '05
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
Guest
 
Posts: n/a
#2: Nov 13 '05

re: about key F1



"Paul T. RONG" <etjsk@hotmail.com> ha scritto nel messaggio
news:N8mid.54722$z77.23160@news.chello.at...[color=blue]
> Hello,
>
> F1 is a key when we need to see help, but if I want to use this key for[/color]
some[color=blue]
> other purpose, for example to open a form, how to avoid getting the help
> file?
>
> Thank you very much
>
> Paul[/color]


use a macro autokeys.
The help is very clear
MAssimiliano


Paul
Guest
 
Posts: n/a
#3: Nov 13 '05

re: about key F1


If KeyCode = vbKeyF1 Then
do this
else
do that
end if

"Paul T. RONG" <etjsk@hotmail.com> wrote in message
news:N8mid.54722$z77.23160@news.chello.at...[color=blue]
> 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
>
>[/color]


Closed Thread