insert picture

R

raj

how do i invoke insert picture through my macro. i tried file open dialogue, but it opens the image file instead of inserting it as an image.
 
J

Jay Freedman

raj said:
how do i invoke insert picture through my macro. i tried file open dialogue, but it opens the image file instead of inserting it as an image.

Dialogs(wdDialogInsertPicture).Show
 
Top