레이블이 delete인 게시물을 표시합니다. 모든 게시물 표시
레이블이 delete인 게시물을 표시합니다. 모든 게시물 표시

Delete All Animation in Powerpoint - for Windows


Delete All Animation in Powerpoint - for Windows


I think you will have a lot of pressure to create Powerponit documents from scratch. The most commonly used method is to download a Powerpoint document for a professional designer or a person working in a similar business, and customize it to suit your job.

One of the problems that can occur in this case is that Animaiton is added to the existing Powerpoint document or template.

Existing Method
1.How to delete animations one by one in each slide
2.Click [slide show]> [slide show setting], then select [Show without animation] in the [show setting] dialog box Figure1.

Figure1 : Show Setting > Show without animation check

One drawback is that it takes a lot of time to delete Animation if there are a large number of slides, and there is a disadvantage that Animation can not be executed even if user adds arbitrary Animation.

So let's take a look at how to use VBA to delete an entire animation.

Step 1. Enable Developer Tab in the Ribbon

You must first add the "Developer Tools" to the Ribbon.


Step 2. VBA Code Copy & Paste


Select [Developer Tab]> [Visual Basic]> [Insert]> [Module] and copy / paste the provided file.Figure 2.


Figure2 : Developer Tab > Visual Basic > Insert > Module

Step 3. Run Macro

Select the Run button on the toolbar or press the shortcut key F5 to run the macro. Figure 3.

Figure3 : Run Macro
Message box에서 "Yes"를 클릭하면 Powerpoint Slide에 추가되어 있는 모든 Animaiton이 삭제됩니다. Figure4

Figure4 : Delete alert Message box

When all animations are deleted, the message box "Delete completed" will pop up. Click OK. Figure5.


Figure5 : Finished Message box

VBA code, please see the image below.
Figure6 : Delete All Animation VBA Code

File Download : DeleteAllAnimation.txt