VBA- how to hande

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • projectVBA
    New Member
    • May 2007
    • 2

    VBA- how to hande

    Hi all,

    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
    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,
Working...