TPE
Tavvafi@gmail.com |
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
Sub BreakAllLinks() Dim oSld As Slide Dim oSh As Shape For Each oSld In ActivePresentation.Slides For Each oSh In oSld.Shapes If oSh.Type = msoLinkedOLEObject Then oSh.LinkFormat.BreakLink End If Next ' Shape Next ' Slide End Sub