Hello!
I want to extract all the text on a slide. To do this, I am going through each shape on the slide and checking for text. However, some shapes are groups shapes. For these, I need to use the sub_shape parameter. B…... Below is my code and attached is the file you can use if...