From: Jeff Wood Date: 2005-11-09T05:23:45+09:00 Subject: Re: win32ole --Dynamic lookup vs Static? ------=_Part_23304_19193778.1131481423749 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline You can simply use the WIN32OLE object ... It's dynamic. PickAxe2 has a great chapter on it. ruby-doc has decent information too. j. On 11/8/05, greg.rb wrote: > > I am using 'win32ole' to script excel. > In python I use the COM makepy utility which allows faster processing > of ole commands. It doesn't need to do dynamic look ups. > Python code: > from win32com.client import Dispatch > xlApp =3D Dispatch("Excel.Application") > > Does Ruby have a similar function? > > I found 'olegen.rb' but after I generated a file, I haven't got it to > work. > -thanks > > > -- "http://ruby-lang.org -- do you ruby?" Jeff Wood ------=_Part_23304_19193778.1131481423749--