Adding formula to cell Exception from HRESULT: 0x800A03EC

前端 未结 4 1976
萌比男神i
萌比男神i 2021-01-23 00:04

I\'m trying to add a formula to cell but i got the error Exception from HRESULT: 0x800A03EC There are lots of posts with similar issues however none could help

4条回答
  •  没有蜡笔的小新
    2021-01-23 00:50

    in my case I was missing double-quotes in the HYPERLINK formula arguments, i.e. the formula itself was wrong. i tried a valid formula, like ..Cell(x,y).Formula = "=MIN(2)" and it worked, therefore that was the case..

提交回复
热议问题