Maybe try this
and then try adjusting the font size downwardsSub proper_fit() Dim shpImage As Shape Set shpImage = ActivePresentation.Slides(1).Shapes("shape1") With shpImage .TextFrame2.TextRange.Font.Size = 700 .TextFrame2.AutoSize = msoAutoSizeTextToFitShape End With End Sub




Reply With Quote
