开发者

.net office automation project protected issue

开发者 https://www.devze.com 2023-02-20 22:42 出处:网络
I\'m opening up an excel file which is project protected ie. I can\'t add a vba modul开发者_JAVA技巧e to it.

I'm opening up an excel file which is project protected ie. I can't add a vba modul开发者_JAVA技巧e to it.

But I need to execute a vba module on this file. How can I do that?


Answers here, which could be translated to .net:

How do I remove the password from a VBA project?

Tim


Figured out, copy all sheets to a new instance of workbook and then apply macro on that.!

0

精彩评论

暂无评论...
验证码 换一张
取 消