问题
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