Hi Connie,
You can use the following routine. Make sure that you have the graphic
selected first, or you will raise an error.
With Dialogs(wdDialogFormatPicture)
.ScaleX = 65
.ScaleY = 65
.Execute
End With
HTH
Quote:
> I need to create a macro that resizes a graphic to 65% of
> original size. I've tried recording a macro to do this,
> but that picks up the absolute height and width values and
> applies them instead of using the percentage. Removing
> those absolute values from the macro stops it from working
> at all. Any pointers? Thanks.
> Connie