Sub pushbutton() Dim arg String Dim cmd String arg = CStr(Range("A1").Value) cmd = "cmd /k perl -le ""print @ARGV"" " & arg Call Shell(cmd) End Sub
In reply to Re^2: Excel Button to Run Perl
by rd48sec
in thread Excel Button to Run Perl
by rd48sec
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |