babsiee
11-06-2012, 08:55 AM
When I am using the following code, can I edit the picture size?
Sub InsertURLGraphic()
With Dialogs(wdDialogInsertPicture)
.Name = ""
.Execute
End With
End Sub
Sub InsertURLGraphic()
With Dialogs(wdDialogInsertPicture)
.Name = ""
.Execute
End With
End Sub