If ( rtitem.Type = RICHTEXT ) Then
If doc.HasEmbedded = True then
Forall o In rtitem.EmbeddedObjects
Call o.ExtractFile( folder+"\" & o.Name )
Call o.Remove
End Forall
Call doc.Save (False, False)
End If
End If