VBA to update links to graphic files

P

Peter Baute

Hi there!

I continiously receive word-documents with graphics in it (about 130,
the exact number is variing). The graphic-files are stored seperately in
a different directory. My task is to make the pictures visible. In order
to do that I have to select and update each single link seperately
(which is kind of frustrating: EDIT/LINKS/UPDATE) The dialogue allows me
to select all links at one time but it will not update all at one time.

What VBA routine will do that job for me? What is the objectname that
has to be updated?

Should be something like

For i = 1 to object_type.count
i.update
next i


Any hint will be appreciated. - Thanks in advance,
Peter
 
M

macropod

See replies in microsoft.public.word.vba.general.

Please don't don't post the same question multiple times in different newsgroups.
 

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