View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dan Thompson Dan Thompson is offline
external usenet poster
 
Posts: 125
Default Returning checked Nodes from Treeview form control

I am using the Treview form control on a userform.
I have a Root node called "Root" and a Child Node Called "Charts" than I
have child or grandchild nodes off of the "Charts" Node, 5 of them to be
exact which are named "c1", "c2", "c3", "c4" and "c5". all of the nodes in my
tree have empty check boxes beside the node name. What I would like to be
able to do is to go through and check for example nodes "c2" and "c4" ect..
and then programaticly have vba return in a message box whcih nodes were
checked.

Any Ideas on how to do this ?

Dan.