Where to get a visual tree-like object like the one used in the watch-window?

  • Thread starter Thread starter Jurry
  • Start date Start date
J

Jurry

I would like to display information in a tree-like fashion such as use
in the windows explorer and in the Excel VBA watch window. Does anyon
know if such "trees" already exist as an ready-to-use object?

thanks,
Jurry
 
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
 
Thanks, just 2 more questions:
1) Is it also possible to have next to the tree, columns for value
like in the VBA watch window?

2) Is there an internetpage describing how to work with suc
treeviews?

Jurry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top