Forum Discussion
Eliton
14 years agoOccasional Contributor
What do you mean with "Excel.Application"?
Look at:
var ex = Sys.OleObject("Excel.Application");
ex.WorkBooks.Open("c:\a.xls","Sheet1"); //Here the error occurs, error: the Open method of the class WorkBooks failed!
Log.Message(ex.activecell.address)
Look at:
var ex = Sys.OleObject("Excel.Application");
ex.WorkBooks.Open("c:\a.xls","Sheet1"); //Here the error occurs, error: the Open method of the class WorkBooks failed!
Log.Message(ex.activecell.address)