I have different table headings that I would like to automatically convert into a treeview. Some examples of this are the following:
My goal is to automatically produce a treeview that would look like the following for the first example:
-Total
-Student Type
-High School
-College
-Shown Stimuli
-Saw
-Did Not See
And this for the second:
-Total
-High School Students
-Pre Stimuli
-Group 1
-Group 2
-Group 3
-Post Stimuli
-Group 1
-Group 2
-Group 3
-College Students
...etc
I have been working on this for sometime and have gotten basically nowhere on it. Part of the problem is that the merged cells seem to only store the value for all the merged cells (and unfortunately I have no choice but to keep them as merged cells) in the upper leftmost cell... although even if that wasn't a problem I still am having tremendous difficulty getting anything to work with this. ANY direction or help on this would be greatly appreciated. Thank you!
My goal is to automatically produce a treeview that would look like the following for the first example:
-Total
-Student Type
-High School
-College
-Shown Stimuli
-Saw
-Did Not See
And this for the second:
-Total
-High School Students
-Pre Stimuli
-Group 1
-Group 2
-Group 3
-Post Stimuli
-Group 1
-Group 2
-Group 3
-College Students
...etc
I have been working on this for sometime and have gotten basically nowhere on it. Part of the problem is that the merged cells seem to only store the value for all the merged cells (and unfortunately I have no choice but to keep them as merged cells) in the upper leftmost cell... although even if that wasn't a problem I still am having tremendous difficulty getting anything to work with this. ANY direction or help on this would be greatly appreciated. Thank you!