From: Bryan Richardson Date: 2008-08-13T05:41:33+09:00 Subject: Re: WIN32OLE -- cannot terminate Excel process require 'win32ole' excel = WIN32OLE.new 'excel.Application' puts excel.ProcessID -- Bryan > > Yup, thought of that, and will do it if I can't figure out how to > terminate the process cleanly. So, how do I get the ProcessID? > > Thanks. --David. > >