当尝试使用Range.Validation.Add()方法时,我总是得到一个非常不友好的错误:System.Runtime.InteropServices.COMException(0x800A03EC): Exception from HRESULT: 0x800A03EC
at System.RuntimeType.ForwardCallToInvokeMember(Microsoft.
下面是我尝试使用的代码:properties.Add("name", "value"COMException.Exception from HRESULT: 0x800A03EC
Console.Write(properties.Item[0]); //and this also crashesException from HRESULT<
我有一个函数,向其中传递一个Microsoft.Office.Interop.Excel.Application实例。但是,当我试图分配给应用程序的ActivePrinter属性时,会引发具有以下消息的COMException:
'Save the current我对COM相关的东西非常陌生,我有一种感觉,这可能只是我在游戏中与excel相关的无知,但在搜索google/stackoverflow<em