Removing Macros from a document

2017-05-01 Thread PunKeel
ome leads/examples on how to do it? If not, do you have tips on how to achieve something similar? I could iterate over the Workbook/Document to copy it over manually, without the Macros… but if the API allowing it is not unified, I would have to do it for XLS/Word/PPT files, right? Doesn't se

Re: Removing Macros from a document

2017-05-02 Thread PunKeel
Hello, I've found out the solution for Excel files: removing the "ObProj" record of the Workbook. The code I'm using is available here: https://gist.github.com/PunKeel/0e72ccde78cb0150383a9ced094c2bce <https://gist.github.com/PunKeel/0e72ccde78cb0150383a9ced094c2bce>

Re: Removing Macros from a document

2017-05-03 Thread PunKeel
helpful for disabling/removing anything that Microsoft Office > or other target office applications haven't sufficiently mitigated > against. > > On Tue, May 2, 2017 at 10:59 PM, Javen O'Neal wrote: >> Hey, PunKeel, this is great! >> >> If your software i