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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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,

Is this what you mean?

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

Grtz,
Rody
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top