Can Range.Value2 & Range.Formula have different values in C#, not VBA?

白昼怎懂夜的黑 提交于 2019-12-06 16:21:55

My addin was COM AddIn which is not possible to have range.value2 different from range.formula no matter it is C# or VB.NET.

This can be done using VBA, Automation AddIn in .NET, or xll addin. For xll addin, you can either write in C/C++, or use existing tools like ExcelDNA, managedXLL, XLW, etc.

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