Inserting Graphics

D

DLO

When I try to insert a picture into Word 2002 using the
Insert\Picture\From File pulldown, the "view" always is set to
"thumbnails". I can change the view to "list" to make it easier to
find the image, but when I attempt to insert another image, the view
reverts back to "thumbnails".

Is there a setting I'm missing somewhere that will allow me to change
to view default to "list"?

Thanks.
 
J

John

I asked this question a while back, and someone (I forget who) either
replied with this macro, or pointed me to a website with this macro, which
works perfectly...

Sub InsertPicture()
SendKeys ("%L{LEFT}L")
Application.Dialogs(wdDialogInsertPicture).Show
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top