From: Martin DeMello Date: 2005-03-17T15:34:47+09:00 Subject: Re: MS Windows automation - howto use it? Roshan James wrote: > > So whats the simply way of figuring out whats avilable? Simply just look > at the Object Browser that comes with office application. You can launch > the Vbscript editor that comes in Word or any of the other office apps > and then take a look at the Object Browser. This basically uses a COM > based reflection API to show you everything that office can do. Hm - how hard would it be to get at this reflection API from ruby? martin