Help for this page

Select Code to Download


  1. or download this
    Sub pushbutton()
        arg = Range("A1").Value
        cmd = "cmd /k perl -le ""print @ARGV"" " & arg
        Call Shell(cmd)
    End Sub