April 2006
Beginner
1114 pages
98h 16m
English
Use the LinkFormat object to update linked OLE objects. Use the Shape object’s LinkFormat property to get a reference to this object. The LinkFormat object has the following members:
Application AutoUpdate Creator Locked Parent Update
Make sure the Shape object is a linked object before using the LinkFormat object by testing its Type property as shown here:
If s.Type = msoLinkedOLEObject Then
s.LinkFormat.Update
End IfRead now
Unlock full access