From: Masaki Suketa Date: 2010-09-20T17:22:51+09:00 Subject: Re: check if Win32OLE still available On Mon, Sep 20, 2010 at 04:41:03PM +0900, Reinhart Viane wrote: > I'm getting back on this. > I do receive an error, however, it seems I cannot catch it. What is the error you received? > It does not give me back empty or nil. Maybe there is another method to > catch that error? How about catching WIN32OLERuntimeError? begin ...(your script) catch WIN32OLERuntimeError ...(catching error) end Regards, Masaki Suketa