S
SF
I have the following function that does not seem to work (no error message
of course):
Public Function SendKs()
SendKeys "^{'}" ' simulate the Ctrl and '
End Function
I want to put this code in the double click event on a form, just to quicken
the data entry. The idea is to copy the content of previous field into the
current field.
of course):
Public Function SendKs()
SendKeys "^{'}" ' simulate the Ctrl and '
End Function
I want to put this code in the double click event on a form, just to quicken
the data entry. The idea is to copy the content of previous field into the
current field.