R
Ryan
hello I have a treeview set up and would like to use it to call a function in
a module...this is what i have
Private Sub xMytreeview_NodeClick(ByVal Node As Object)
MsgBox Node.FullPath, vbInformation, "path"
'Call Node.FullPath
End Sub
This calls up the msgbox and displays CPAR_Create. I have named my function
in my module as CPAR_Create, unfortunately I get the error that "this object
does not support this property or method"
any help would be appreciated.
Thanks in advance
a module...this is what i have
Private Sub xMytreeview_NodeClick(ByVal Node As Object)
MsgBox Node.FullPath, vbInformation, "path"
'Call Node.FullPath
End Sub
This calls up the msgbox and displays CPAR_Create. I have named my function
in my module as CPAR_Create, unfortunately I get the error that "this object
does not support this property or method"
any help would be appreciated.
Thanks in advance