ungroup all?

T

Tony Logan

Just wondering if there's a way to do some sort of global Ungroup, where I
can ungroup all objects within a PowerPoint file with one command or chunk of
VBA code.

My goal is to be able to extract the data in the PowerPoint file. I can get
the text stuff no problem, but I need to ungroup my table shapes before I can
get at the data within them...I think.

Thanks.
 
B

Bill Dilworth

Gets a bit trickier if you want to tackle groups within groups (within
groups
withi ...)))


Not really that tricky, Steve. Just add a Boolean flag and repeat the
presentation check loop until the flag stays clear. Or were you insisting
it all be done in a single pass :)

Bill
 
Top