-1
In my code I do so to make the width of my image equal to the slide, but this way changes the height proportionally, and I do not want this.
'Criar Slide 2
Set ppSlide = Apr.Slides.Add(2, ppLayoutBlank)
ppSlide.Select
Planilha1.Range("c3").CurrentRegion.CopyPicture
ppSlide.Shapes.Paste
Set ppShape = ppSlide.Shapes(1)
ppShape.Width = Apr.PageSetup.SlideWidth
Does anyone know how to solve this? And if I do below a line of code using . Height, it overrides the measures of the previous, then does not solve either