run program

V

Van daal

I want to make a button and when i press on that button it
starts running another programm (a calculater to convert
exchanges).
 
T

Tom Ogilvy

Private Sub Commandbutton1_Click()
Shell("c:\calculator_apps\MyCalc.exe")
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top