View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bing Bing is offline
external usenet poster
 
Posts: 48
Default Tree Data Structure in VB/VBA

Hello,

There doesn't seem to be (at least i have not been able to find) a native
Tree data structure in the VB/VBA documentation. I notice there is a
DiagramNode which i guess you can use to construct a Tree but using it seems
like forcing something into doing something it wasn't intended for.

Thanks
Bing C.