Inserting pictures in Word 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Okay, I am inserting pictures into Word 2000.
I insert a picture from a folder, which has a pretty long file path.
Then I go to insert another picture from the same folder, however word takes
me straight back to my default folder (in this case the desktop), rather than
to the folder I was just in.
In Word '97 the folder would automatically go back to the recently opened
folder, but not with 2000.
This appears to be only with pictures. Opening/Saving documents, word always
go to the most recently opened folder.

Any ideas on how to make word open the most recently opened folder, without
having to go through the history?

Cheers
 
I am told that if you do not have any path set for "Clip art pictures" on
the File Locations tab of Tools | Options, then the Insert Picture dialog
will behave as you wish.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Cheers, that fully worked.

Suzanne S. Barnhill said:
I am told that if you do not have any path set for "Clip art pictures" on
the File Locations tab of Tools | Options, then the Insert Picture dialog
will behave as you wish.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
I haven't tried doing this, but the implication is that it is possible. If
you don't get an answer here, ask in microsoft.public.word.drawing.graphics.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Hi Mike,

In case you don't find another way, VBA can come to the rescue:

Options.DefaultFilePath(wdPicturesPath)= ""

You can copy/paste the line from here into the VBA immediate window:
In Word, use Alt+F11 (opens VBA editor), Ctrl+G (opens immediate window).
You can copy/paste the above line from this message.
If you put the cursor at the end of the line and hit Return, the code will
run.

Regards,
Klaus
 

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

Back
Top