Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a problem in using treeview control in userform. I have to write some values into different excel sheets by checking the level. I am able to get all the nodes using the for loop. For Each NodX In TreeView1.Nodes If (NodX.Checked) Then level = CInt(Left(NodX.Key, 1)) If(level = 2) then Call processThis(NodX) End If End If Next NodX In my processThis() method i have get all the nodes which is under that. 1. How i can get all the nodes which is under the passed node? 2. Is it possible to get only the checked nodes using foreach loop? Thnaks and Regards Duraiswamy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tree view in Excel | Excel Discussion (Misc queries) | |||
Tree View of spreadsheet tabs: is it possible? | New Users to Excel | |||
Tree View for excel sheets | Setting up and Configuration of Excel | |||
tree view control | Excel Programming | |||
tree view control | Excel Programming |