Z
Zoo
Hi,
I made a .ppa addin file.
In module1 of the file, I written the following code:
Sub Autpen()
MsgBox "Open"
End Sub
Then I saved the file as c:\test.ppa and exited PowerPoint, and opened the
file again.
At first , I couldn't even view the source code of the ppa file.
Following the direction of http://skp.mvps.org/ppafaq.htm#6,
I added 'DebugAddin' registry key.
So , I succeeded in viewing the code. But , I still can't edit the source
code.
I modified the code on the VBA Editor and I saved it.
After closing PowerPoint, and opening the ppa file again,
I found that the changes of source code are lost.
How can I edit the ppa file?
Thanks in advance.
I made a .ppa addin file.
In module1 of the file, I written the following code:
Sub Autpen()
MsgBox "Open"
End Sub
Then I saved the file as c:\test.ppa and exited PowerPoint, and opened the
file again.
At first , I couldn't even view the source code of the ppa file.
Following the direction of http://skp.mvps.org/ppafaq.htm#6,
I added 'DebugAddin' registry key.
So , I succeeded in viewing the code. But , I still can't edit the source
code.
I modified the code on the VBA Editor and I saved it.
After closing PowerPoint, and opening the ppa file again,
I found that the changes of source code are lost.
How can I edit the ppa file?
Thanks in advance.