in reply to Getting VBA code to run a Perl script in a network drive
This isn't a Perl problem. If you can work out how to call any executable in the way you want to call your Perl script, then you only have to substitute the appropriate command line. Something like:
\\machineWithPerl\path\To\perl.exe \\MachineWithYourScript\path\to\You +rScript.pl
But that leaves how to invoke an executable, via VBA, from within Excel, to run on a remote machine, having discovered the appropriate IP.
All of which is nothing to do with Perl, and this is almost certainly not the best place to get that expertise.
|
|---|