Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes it is possible but need more details.
Here is an example of VBA using Shell to run a small utility application. Sub Convert_units() On Error Resume Next Shell ("C:\Utilities\Convert\Converter.exe"), vbNormalFocus If Err < 0 Then _ MsgBox "Converter.exe is Missing" End Sub Gord Dibben MS Excel MVP On Mon, 24 May 2010 08:23:02 -0700, Stephen Miller <Stephen wrote: I want to make another program run from from excel. Is this possible? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying Excel 2007 data to external programs | Excel Discussion (Misc queries) | |||
Going Between Programs | Excel Discussion (Misc queries) | |||
Column Selection using external programs | Excel Discussion (Misc queries) | |||
Why won't all of the programs install? | Setting up and Configuration of Excel |