Powerpoint VBA Harvey Balls
问题 I'm trying to create some Harvey balls from VBA code in PowerPoint 2010+. For this, I'm inserting a circle shape and a pie one and combine them. Everything works fine if I'm inserting the two shapes from the ribbon and then align and combine them, but when I'm inserting the shapes from VBA, the result of combining them is completely different and I don't understand why. So: insert shapes from ribbon -> align using ribbon -> combine using ribbon -> everything OK insert shapes from VBA -> align