Par une macro :
Sub liens_suppr()
For Each diapo In ActivePresentation.Slides
For Each lien In diapo.Hyperlinks
lien.Delete
Next
Next
End Sub
Par une macro :
Sub liens_suppr()
For Each diapo In ActivePresentation.Slides
For Each lien In diapo.Hyperlinks
lien.Delete
Next
Next
End Sub