Hi all,
I'm trying to fing out how to work with events in vba.
For example - this is function decluration in VB
How can i perform the same in VBA??? the problem is with 'Handles" - vba cannot recognize it and i can't find how to use it otherwise.
Thaks,
I'm trying to fing out how to work with events in vba.
For example - this is function decluration in VB
Code:
Private Sub TreeView1_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TreeView1.MouseDown
Thaks,