View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] baobob@my-deja.com is offline
external usenet poster
 
Posts: 100
Default How do you collapse a TreeView?

I cannot seem to find even basic properties in VBA's TreeView.

There is Node.Collapse, which collapses the immediate children of a
single node. Gee, Beaver, that's swell.

How do you collapse the tree? At the risk of being obvious, I mean:
every node.

Thanks much.

***