How to Treeview in VBA

K

kvenku

Hi,
I need to use Treeview control in my VBA code. How to populate th
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 clic
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 an
Child list.


Thanks
Venkatesh
 
Top