L
ljubo l via AccessMonster.com
What is the easiest way yo make the HOME key to perform an action when
pressed.
Could I use the code as follows:
If KeyAscii = Asc("Key ") Then
"ACTION"
End If
If so, what should I provide for the "Key " parameter if I wanted the HOME
key to be recognised ?
If it is not possible like this what should I do to make an appropriate macro
!!?
pressed.
Could I use the code as follows:
If KeyAscii = Asc("Key ") Then
"ACTION"
End If
If so, what should I provide for the "Key " parameter if I wanted the HOME
key to be recognised ?
If it is not possible like this what should I do to make an appropriate macro
!!?