【Microsoft PowerPoint for Mac】2分钟配置-MAC一键删除PPT中的所有备注


MAC没自带,需要自己配置

1.搜索自动操作

在这里插入图片描述

2.点击快速操作

第一遍可能打不开,可以尝试两次
请添加图片描述

3.搜索并运行AppleScript

请添加图片描述

4.输入代码,并选择只应用于Microsoft PowerPoint for Mac【右上角】

支持command+Z撤销删除

on run {input, parameters}
	tell application "Microsoft PowerPoint" -- version: 2019
		set allSlides to slides of active presentation
		set counter to 0
		repeat with each_slide in allSlides
			try
				set content of text range of text frame of place holder 2 of notes page of each_slide to ""
			on error
				set counter to counter + 1
			end try
		end repeat
		if counter > 0 then display dialog "共跳过" & counter & "个无法解析的ppt页" buttons {"OK"} default button 1 with title "清除当前演示文稿中的所有备注" with icon note
	end tell
	return input
end run

请添加图片描述

5. CRTL+S保存为“清除当前文稿中的所有备注”,PPT中应用。

请添加图片描述

参考:

https://www.machunjie.com/macos/1315.html【代码运行完闪退】
https://www.zhihu.com/question/35590265/answer/1193997870【完美解决问题】

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

出门走走!

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值