Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open a program from a Hyperlink? | Excel Discussion (Misc queries) | |||
Open another program | Excel Programming | |||
I cant open files unless I open the Excel program first | Excel Discussion (Misc queries) | |||
open up an excel program with an auto open macro | Excel Programming | |||
Open another program sing VBA | Excel Discussion (Misc queries) |