#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default run program

I want to make a button and when i press on that button it
starts running another programm (a calculater to convert
exchanges).
  #2   Report Post  
Posted to microsoft.public.excel.programming
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).



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene LunaMoon Excel Discussion (Misc queries) 0 July 28th 08 11:03 PM
get value from another program luu New Users to Excel 0 September 5th 07 03:22 PM
Which program? Dear Sir Excel Discussion (Misc queries) 4 January 14th 07 07:27 PM
IF () program Bee Excel Discussion (Misc queries) 1 June 5th 06 03:15 PM
My Program SM Charts and Charting in Excel 1 October 21st 05 09:48 PM


All times are GMT +1. The time now is 03:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"