Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to view graphics that are linked to a file?
Message
From
04/04/2000 21:42:57
 
 
To
02/04/2000 22:05:13
General information
Forum:
Microsoft Office
Category:
Word
Miscellaneous
Thread ID:
00354135
Message ID:
00355437
Views:
21
>I have added a few graphics which are linked to a file in a Word document. Where should I go in order to view the details of each of them and to be able to change the related options?

Hi Michel,

You may use the following code to view all linked images in active document
For i = 1 To ActiveDocument.Fields.Count
   MsgBox ActiveDocument.Fields(i).LinkFormat.SourceFullName
Next
The SourceFullName property is read/write so you can change it.

Alex
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform