http://qs1969.pair.com?node_id=359644


in reply to Re: Initiate perl script in linux from a Windows VBA program
in thread Initiate perl script in linux from a Windows VBA program

If you go with the Active Perl Method, you should give Spreadsheet::ParseExcel and Spreadsheet::WriteExcel a look. They are both available from the ActiveState PPM and CPAN. The only drawback to WriteExcel is that it can not write to an existing file, so you will have to write the entire workbook each time.

Greg W