I am using a PC where perl script is not allowed. Is there any tool to convert perl script to vba macro?
Or is there any links where we can get the vba equavalent of perl statements.
Corey Cole
Assuming you've got access to a machine that can run Perl, you could try using the PAR Packer utility (pp).
% pp -o hello hello.pl
# Pack 'hello.pl' into executable 'hello'
# (or 'hello.exe' on Win32)
If you have enough permissions to run VB scripts, you should also have permissions to install the Perl interpreter and just run your script natively.
来源:https://stackoverflow.com/questions/8323811/convert-perl-script-to-vba