Creating nested bullet list in powerpoint 2007
- by SuperBloup
We're trying to create a powerpoint slide programmaticaly. We can obtain bullets on a single level, but playing with tabs and line returns doesn't work for nested enumerations.
For now we got :
text 1
subtext1
subtext2
text 2
And what we want is :
text 1
subtext1
subtext2
text 2
Is there a way to control these using C# or VBA?