Sub DelNotesShapes()
Dim oSld As Slide
For Each oSld In ActivePresentation.Slides
If oSld.NotesPage.Shapes.Count > 0 Then
oSld.NotesPage.Shapes.Range.Delete
End If
Next oSld
Set oSld = Nothing
End Sub
Press Alt-F11, choose from menu Insert->Module and copy above VBA code to the editor. Press Save and exit the VBA editor.
Run the macro in PPT with Alt-F8, choosing above macro name DelNotesShapes and "Run". After this all the notes/annotations are removed.
1 comment:
Nice Post
Project Management Software
Post a Comment