I get the following error when i try to access a range in an Excel worksheet:
Exception from HRESULT: 0x800A03EC.
The code at which it throws the error is:
oRange = oSheet.get_Range("NamedRange", Missing.Value).get_Offset(0, 1);
I have searched the internet could not find the solution. Please help!!
Exception from HRESULT: 0x800A03EC.
The code at which it throws the error is:
oRange = oSheet.get_Range("NamedRange", Missing.Value).get_Offset(0, 1);
I have searched the internet could not find the solution. Please help!!