Hey all,

I have an userform with a treeview in it. I want to loop through the nodes I have and get their textvalues.
I can imagine that I have to use something like:
For i = 1 To LastNodeNumber
objRoot = TreeView1.Nodes.Item(i).text
Next
But I can't manage to get some info, it just gives me errors.

Any help would be greatful!

Thanks in advance and cheers,

Devatu