View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How to Treeview in VBA

http://support.microsoft.com/default...72&Product=vbb
SAMPLE: TREEVIEW.EXE Manipulating and Saving the Nodes in a TreeView Control

"The purpose of this TreeView sample is to demonstrate the basics of using
and manipulating the TreeView control. This example shows how to add Nodes
using the five different relationship settings of the Nodes Collection Add
Method. It will also allow you to remove a selected Node or branch."


--
Regards,
Tom Ogilvy



"kvenku " wrote in message
...
Hi,
I need to use Treeview control in my VBA code. How to populate the
values for parent and the child.

eg.
Television
Sony
Panasonic
JVC
Philips

I need a '+' sign to be in the treeview for Television.. when i click
the '+' sign the child values should be visible as the above example.

Also how to get a icon displayed in the treeview for the Parent and
Child list.


Thanks
Venkatesh.


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