Hi all,
I'm trying to put together a little code that will ungroup every object within every slide in a presentation. So far I have the code below, but it only ungroups the first 'layer' of groupings. I see two solutions for all grouped objects to ungroup:
1) Loop through the code (maybe 5 times?) to ensure everything is ungrouped
2) Add a flag to grouped objects and keep looping until all flags are cleared?
In either of my solutions, I'm totally stuck as to how to write this, so any help is appreciated!
Thanks in advance!
Alex.
I'm trying to put together a little code that will ungroup every object within every slide in a presentation. So far I have the code below, but it only ungroups the first 'layer' of groupings. I see two solutions for all grouped objects to ungroup:
1) Loop through the code (maybe 5 times?) to ensure everything is ungrouped
2) Add a flag to grouped objects and keep looping until all flags are cleared?
In either of my solutions, I'm totally stuck as to how to write this, so any help is appreciated!
Thanks in advance!
Alex.
Last edited by a moderator: