LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Open a Program

Thankyou Gord
Worked like a charm

"Gord Dibben" wrote:

Sub Convert_units()
Dim taskID As Variant
On Error Resume Next
Shell ("C:\Utilities\Convert\Converter.exe"), vbNormalFocus
If Err < 0 Then _
MsgBox "Converter.exe is Missing"
End Sub

Adapt to suit the *.exe you want to run


Gord Dibben MS Excel MVP

On Fri, 25 May 2007 19:21:00 -0700, Mike wrote:

Is it possiable to open a .exe program with excel macro?

Thanks Mike



 
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
Open a program from a Hyperlink? stew Excel Discussion (Misc queries) 3 December 9th 08 12:18 PM
Open another program Striker Excel Programming 2 July 11th 06 01:38 PM
I cant open files unless I open the Excel program first ElaineAng Excel Discussion (Misc queries) 3 February 16th 06 02:54 PM
open up an excel program with an auto open macro [email protected] Excel Programming 2 July 17th 05 04:48 PM
Open another program sing VBA Rob Excel Discussion (Misc queries) 10 March 29th 05 11:09 AM


All times are GMT +1. The time now is 10:04 PM.

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

About Us

"It's about Microsoft Excel"