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:45:00
 
 
To
04/04/2000 21:42:57
General information
Forum:
Microsoft Office
Category:
Word
Miscellaneous
Thread ID:
00354135
Message ID:
00355439
Views:
20
>>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.

I meant from the Word interface.

Yesterday, I found it. It is in the Edit menu last item.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform