S
shrutzin
hi
i am trying to determine whether a excel addin file is right protected or
not and for this purpose i first try to open it:
Microsoft.Office.Interop.Excel.Workbook wb =
excelApp.Workbooks.Open(eFileName.xla, 0, false, 5, "", "", false,
Microsoft.Office.Interop.Excel.XlPlatform.xlWindows,
"", true, false, 0, true,
false, false);
where it gives the exception: Cannot open Microsoft Office Excel Add-In for
edi
ting. Please edit the source document instead.
what does this mean?
I am using office 2003.
thanks in advance.
i am trying to determine whether a excel addin file is right protected or
not and for this purpose i first try to open it:
Microsoft.Office.Interop.Excel.Workbook wb =
excelApp.Workbooks.Open(eFileName.xla, 0, false, 5, "", "", false,
Microsoft.Office.Interop.Excel.XlPlatform.xlWindows,
"", true, false, 0, true,
false, false);
where it gives the exception: Cannot open Microsoft Office Excel Add-In for
edi
ting. Please edit the source document instead.
what does this mean?
I am using office 2003.
thanks in advance.