From: Reinhart Viane Date: 2010-09-20T18:02:43+09:00 Subject: Re: check if Win32OLE still available This is the error: Error: # 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