View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Tree Data Structure in VB/VBA

Bing,

There is a treeview.

Go to the forms toolox, right-click, and selct additional controls. Scroll
don to Microsoft Treeview and select it.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bing" wrote in message
...
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.