E
ExcelMonkey
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
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