K
KR
I'm trying to mock up a user interface in PPT, and one of the controls that
makes sense to use is a treeview. However, I'm having several problems:
(1) when I go into slide show mode, the treeview (in addition to showing up
on the slide where it is supposed to be) shows up in the upper left corner
of the screen, blocking other important information. What do I need to do,
to make sure the treeview "stays put"?
(2) I'm having a heck of a time finding any info (even in the VBA help
files) about how to add/name nodes and child nodes. I tried random attempts
at syntax based on the VBE intellisense prompts, but so far nothing has
worked. I googled but didn't find anything targeted at just adding and
updating nodes (I don't need drag-and-drop nodes or anything complicated- I
just need to be able to populate the tree, then during the presentation,
click nodes and use the clicked node to populate other on-screen controls)
I appreciate any pointers to appropriate resources and/or code snippets.
Thanks!
Keith
makes sense to use is a treeview. However, I'm having several problems:
(1) when I go into slide show mode, the treeview (in addition to showing up
on the slide where it is supposed to be) shows up in the upper left corner
of the screen, blocking other important information. What do I need to do,
to make sure the treeview "stays put"?
(2) I'm having a heck of a time finding any info (even in the VBA help
files) about how to add/name nodes and child nodes. I tried random attempts
at syntax based on the VBE intellisense prompts, but so far nothing has
worked. I googled but didn't find anything targeted at just adding and
updating nodes (I don't need drag-and-drop nodes or anything complicated- I
just need to be able to populate the tree, then during the presentation,
click nodes and use the clicked node to populate other on-screen controls)
I appreciate any pointers to appropriate resources and/or code snippets.
Thanks!
Keith