I have a utility that copies charts and named ranges into PowerPoint slides.
It worked fine until I added some code to (in bold below) resize the copied Shape and move it on the slide. Now it crashes with a Runtime error: 9 Subscript out of range (on the red line below)
The DoEvents loops just...