I have a named cell in excel lets say its called "myCell" In C# I wish to be able to access this cell and update its value. I've tried
Globals.ThisAddIn.Application.Names.Item(@"myCell").Value = "myValue";
But this throws a COM exception with the message 'Exception from HRESULT: 0x800A03EC'