L
Let2Editor
I want to insert a picture from a particular folder. The folder is not the
'default' folder where Word apparently thinks my pictures are stored.
Here is the code I am currently using:
--------
ChDir "C:\other picture files"
With Dialogs(wdDialogInsertPicture)
.name = "*.jpg"
.Show
End With
--------
No matter the variations on the above, the initial dialog is my default
pictures folder (currently set to "C:\Clip Art"). How can I get the "C:\other
picture files" location to initially display in this routine.
Thanks,
Ed
P.S. When I run 'CurDir' within the "With" routine, it displays properly as
"C:\other picture files"
'default' folder where Word apparently thinks my pictures are stored.
Here is the code I am currently using:
--------
ChDir "C:\other picture files"
With Dialogs(wdDialogInsertPicture)
.name = "*.jpg"
.Show
End With
--------
No matter the variations on the above, the initial dialog is my default
pictures folder (currently set to "C:\Clip Art"). How can I get the "C:\other
picture files" location to initially display in this routine.
Thanks,
Ed
P.S. When I run 'CurDir' within the "With" routine, it displays properly as
"C:\other picture files"