> -Original Message-
> Behalf Of Richard A. Evans
>
>
> I have seen (and have written) perl code such as:
>
> use Win32::OLE;
>
> # use existing instance if Excel is already running
> eval {$ex = Win32::OLE->GetActiveObject('Excel.Application')};
>
> So my question is... where do
u can use M$ Word or Excel's object browser.
open Word
hit ALT + F11
goto tools and select References
select the typelib you require
open the object browser (view->Object Browser) or F2
... and select the class from the drop down (top left)
hth
t0by
-Original Message-
From: Richard