View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Extracting Relative Propert of TreeView Node

I know tha the properties of a TreeView node are as seen below:

TreeView1.Add(Relative, Relationship, Key, Text)

How do I extract the Relative Property if I know the Text Property? That is
I know a specific node has a text property of "X". I want to use this to
identify the node and back out the relative property.

Thanks

EM