How can I, with code, select a newly inserted picture.
I've used this to insert the picture
Private Sub CommandButton1_Click()
Selection.EndKey Unit:=wdStory
Dialogs(wdDialogInsertPicture).Show
But how can i select it to use the wdDialogFormatPicture, or is there another way to format the pictures to a specified height and width?
Jan Tore
I've used this to insert the picture
Private Sub CommandButton1_Click()
Selection.EndKey Unit:=wdStory
Dialogs(wdDialogInsertPicture).Show
But how can i select it to use the wdDialogFormatPicture, or is there another way to format the pictures to a specified height and width?
Jan Tore