找回密码
 立即注册
搜索

三个问题,先谢了。

2
回复
286
查看
[复制链接]

16

主题

200

帖子

45

幻币

一流武者

Rank: 3Rank: 3

积分
250
QQ
2016-4-12 12:07:23 显示全部楼层 |阅读模式
1、怎样把加载宏ppa转化为ppt文件。2、怎样添自动运行宏,如果这个问题解决了第三个问题不在话下。3、怎样添加自定义菜单或工具栏,在Excel中很容易。
PPT学习论坛
回复

使用道具 举报

13

主题

205

帖子

34

幻币

一流武者

Rank: 3Rank: 3

积分
246
QQ
2016-4-12 14:46:40 显示全部楼层
谢谢
PPT学习论坛
回复 支持 反对

使用道具 举报

21

主题

217

帖子

51

幻币

一流武者

Rank: 3Rank: 3

积分
282
QQ
2016-4-12 15:18:03 显示全部楼层
据我所知,ppa 本身只是程序,没有办法转成 ppt 参考以下英文的解说,按它的做法可以看到没有被保护的 ppa

Though you cannot convert a *.PPA file into the original presentation, the source code of the VBA project within the compiled file can be obtained provided you have no password set or you know the password of the project.
To extract the source code within the PPA proceed as follows:
1. Ensure that PowerPoint isn't active. Start | Run | Regedit.exe, click on OK
2. Navigate to the following key in the registry:
         HKEY_CURRENT_USERSoftwareMicrosoftOffice8.0PowerPointOptions
(Note replace 8.0 with the version of PowerPoint you are using.
3. Locate the key name 'DebugAddins', double click on it. In the window for DWORD value data enter 1 and click on OK. If the key is not present, you will need to add one and then set it's value to 1.
4. Launch PowerPoint.
5. Press Alt+F11 to launch the Visual Basic Editor. In the project explorer window you will now see that the         add-in are also listed. You can double click on any of them to view the code. If they are password protected, you will be prompted for the password.
PPT学习论坛
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册