View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rody Meulman[_3_] Rody Meulman[_3_] is offline
external usenet poster
 
Posts: 14
Default How to start a VB6 program form Excel VBA macro code ?

Øyvind,

Is this what you mean?

Sub Call_VB_App()
RetVal = Shell("C:\MyApp.EXE", 1)
End Sub

Grtz,
Rody



"Øyvind" schreef in bericht
...
There are some problems that I will solve with VB6 Code.

Sequence.
1 .Program VBA Excel Calls a VB6 program.

Best regards






How to start a VB6 program form Excel VBA macro code ?

Is this possible ?
--
Øyvind