Hi,
I am using the code:
<!-- BEGIN TEMPLATE: bbcode_code -->
<!-- END TEMPLATE: bbcode_code -->to crop the image on the slide, however it gives the possibility to crop by fixed size (10).
Is it possible to identify via VBA by how much the picture is outside the slide area and crop the image by that size?
I am using the code:
<!-- BEGIN TEMPLATE: bbcode_code -->
Code:
<code>ppApp.ActiveWindow.Selection.ShapeRange.PictureFormat.CropRight = 10</code>
<!-- END TEMPLATE: bbcode_code -->to crop the image on the slide, however it gives the possibility to crop by fixed size (10).
Is it possible to identify via VBA by how much the picture is outside the slide area and crop the image by that size?