Thread: run program
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default run program

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

--
Regards,
Tom Ogilvy


"Van daal" wrote in message
...
I want to make a button and when i press on that button it
starts running another programm (a calculater to convert
exchanges).