in reply to Re: Win32::OLE Find in Table method
in thread Win32::OLE Find in Table method

It would be very helpful to me if you give the way to find the Methods Available for Table Processing and the way to use it as i will be majorly doing on Table Processing in Perl. Thanks in Advance.

Replies are listed 'Best First'.
Re^3: Win32::OLE Find in Table method
by Anonymous Monk on Oct 29, 2013 at 12:05 UTC
Re^3: Win32::OLE Find in Table method
by hdb (Monsignor) on Oct 29, 2013 at 11:30 UTC

    That does not exist to my knowledge. What you need to do is to familiarize yourself with the VBA object model (especially the object browser in the MS Office programs is useful) and learn how to translate VBA into Perl. PerlMonks has a lot of material on this. If you search for "Win32::OLE" you will find many helpful posts.