PDA

View Full Version : Solved: Changing TreeView Node Detail with Userform TextBox



tccmdr
07-01-2008, 08:54 PM
Hello Gurus:hi:

I have a TreeView with a selection of Parent/Child/Child etc... nodes, which when a node is selected, displays the corresponding node detail stored in a worksheet cell on the row matching the node, into a Textbox on the Userform displaying the TreeView.

As you can imagine, I have an enormous amount of data rows in the worksheet providing detail for each particular node. Rather than update detail in the worksheet, I'd like to update directly from the TextBox displaying the detail on the Userform. I can amend the TextBox text and update the worksheet using a command button.: pray2:

Any assistance is greatly appreciated.

tccmdr
07-02-2008, 06:39 AM
:eek: Don't tell me I've finally stumped the Gurus :eek:

tccmdr
07-02-2008, 05:44 PM
Thanks anyway - worked it out:yes