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
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..