Make a InputBox pop up then type the path of the file you want to shell
Make a InputBox pop up then type the path of the file you want to shell
Rate Make a InputBox pop up then type the path of the file you want to shell
(1(1 Vote))
Private Sub Command1_Click()
strShellProg = InputBox("What program do you want to open?", "Program", "Notepad")
RetVal = Shell(strShellProg, 1)
End Sub
Make a InputBox pop up then type the path of the file you want to shell Comments
No comments yet — be the first to post one!
Post a Comment