in reply to perl and VB
To call your Perl routine, you want something like this in your VBA:
ChDir "C:\PerlWork\" a = Shell("command.com /c perl myprog.pl -w") [download]