J
jeanmac
I want to resize a logo that is inserted into a PowerPoint slide using VBA -
it could be on any slide in the presentation. I can do it in Word using VBA,
however I haven't used PowerPoint VBA at all - there will be different
choices of size for the user. In word it would be something like this, using
points as the measurement:
Selection.ShapeRange(1).Width = 425.2
I've tried that with Ppt but it doesn't want to know. Does anyone know how
I would do it?
Thanks a lot.
Jeanmac
it could be on any slide in the presentation. I can do it in Word using VBA,
however I haven't used PowerPoint VBA at all - there will be different
choices of size for the user. In word it would be something like this, using
points as the measurement:
Selection.ShapeRange(1).Width = 425.2
I've tried that with Ppt but it doesn't want to know. Does anyone know how
I would do it?
Thanks a lot.
Jeanmac