| |
amit.vijayant
Posts: 1
Score: 0
Joined: 1/15/2003
From:
Status: offline
|
Hi, I have a VBScript code on a JSP page which fires off Excel and tries to push in some data. A sample code is like: Set oXL = CreateObject("Excel.Application") Set wb = oXL.WorkBooks.Open(...) Set sheet = wb.Worksheets("") ... An error is thrown on the last statement stating "call was rejected by callee". And this is not consistent in that it works on some machines but does not on others! I even tried to put delays before the call so that Excel is in ready state and also tried to repeatedly execute the statement until no error was returned ... but in vain! Any help? Thanks
|
|