Hi all,
I'm trying to get the KeyDown event to fire on a RichTextBox. Here's
my test code...
Private Sub Richtextbox1_Keydown(KeyCode As Integer, Shift As Integer)
MsgBox "hello"
End Sub
This is how it would be written in
VB. Any suggestions for VBA??
Perhaps I need additional references??
Thanks!
Trip