View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Where to get a visual tree-like object like the one used in the watch-window?

Jurry,

You can use a TreeView control to do this. In the Userform
Toolbox window, right-click and choose "Additional Controls" and
scroll down (quite far) until you find "Microsoft Tree View
Control 6.0". Choose this control and drag it on to you user
form. Post back if you have problems programming the nodes of the
control.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Jurry " wrote in message
...
I would like to display information in a tree-like fashion such

as used
in the windows explorer and in the Excel VBA watch window. Does

anyone
know if such "trees" already exist as an ready-to-use object?

thanks,
Jurry.


---
Message posted from http://www.ExcelForum.com/