Hi everyone,
I am trying to use the code from internet to create and populate a tree view control. But in the first line itselef I am getting error in " Dim node As node".
Compile error: User-defined type not defined.
I already referenced Microsoft DAO3.6 Object library, Microsoft Activex Data Objects 2.8 library and Microsoft Office 12.0 library. But still I am getting the same error.
Thanks in advance
I am trying to use the code from internet to create and populate a tree view control. But in the first line itselef I am getting error in " Dim node As node".
Compile error: User-defined type not defined.
I already referenced Microsoft DAO3.6 Object library, Microsoft Activex Data Objects 2.8 library and Microsoft Office 12.0 library. But still I am getting the same error.
Thanks in advance
Comment