Siebel Business Process & Functionality (MOSC)

MOSC Banner

Excel COMObject giving error in Escript

edited Sep 2, 2015 10:02AM in Siebel Business Process & Functionality (MOSC) 1 commentAnswered

Hi,

I am trying to open an excel file filename.xls from escript.

Below is the code I am trying:

ExcelApp = COMCreateObject("Excel.Application");

  ExcelApp.Workbooks.Open(FilePath);

But this gives me error:

Error: COM Error - "Unknown name."

(SBL-SCR-00141)

Please let me know if I should use Excel.Application or something else while initializing the object.

Regards

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center