From: MikkelFJ Date: 2001-07-13T22:16:40+09:00 Subject: [ruby-talk:17793] Re: WIN32OLE "Masaki Suketa" wrote in message news:ywg37.52011$F%5.2972877@e420r-atl2.usenetserver.com... > > In my experience win32ole does not appear mature for production usage. .... > So, Can you show me short sample script which occures error? I have answered this in mail in more details. The problem appears to be "message not found" when calling a COM method with a single optional variant parameter: obj.Save("filename") where the filename is an optional variant. Mikkel