in reply to Really stop WIN32 OLE application

If all else fails, put the excel-handling in a small Perl script and call it from the gui.

Replies are listed 'Best First'.
Re: Re: Really stop WIN32 OLE application
by Anonymous Monk on Apr 05, 2004 at 14:56 UTC
    *,

    I got my proces killed when doing the following:

    undef $sheet; undef $book; undef $excel;
    just undef $excel wasn't enough.
    Thx everybody for the suggestions