Hello, I would like to call the Keypress event from within another block of code. For example:

Public Sub Test()
Call Form_KeyPress("A")
End Sub

Thanks for any info!!