in reply to Re^2: Excel Win32::OLE->Uninitialize
in thread Excel Win32::OLE->Uninitialize

I have not had any experience with the properties you allude to. I did some reading and some folks have mumbled about not closing excel if program that started it does not exit or clean up well. Sorry, the writers were not too explicit. How are you running it at the client? From DOS? When you run it from the browser, how are you starting it? Is a web server involved?

Replies are listed 'Best First'.
Re^4: Excel Win32::OLE->Uninitialize
by Anonymous Monk on Jan 16, 2006 at 14:02 UTC
    I tried it both from DOS and the browser (works for both locally and only tried it on the customer's end from the browser and it doesn't). Yes a web server is involved (IIS) in both cases. I'm using Win32::OLE to grab the object is there a way to obtain the process ID and terminate it some other way? Thanks for reply. Rob
      Of course you can get the process id. The question is how you started Excel. Unless you used system (unlikely) the sub you used to invoke excel probably got the PID. Now we need to see some code.