How do I programmatically change advanced excel options in C# [closed]

馋奶兔 提交于 2019-12-25 19:06:22

问题


I would like to programmatically change "Ignore other applications that use DDE" using C# for Excel 2007 (12) any suggestions?


回答1:


I have never done it, but this article seems promising:

http://blogs.vmware.com/thinapp/2008/10/excel-dde-worka.html

I basically searched for changing the settings via the registry. You can perform registry edits through C#, so that may be able to do it.

I will admit I am not 100% this is what you are looking for, but it seemed like the same setting.



来源:https://stackoverflow.com/questions/14607165/how-do-i-programmatically-change-advanced-excel-options-in-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!