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
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