Hi,
I would like to know how can I execute another VB program.
Thank you
Printable View
Hi,
I would like to know how can I execute another VB program.
Thank you
Try with the SHELL command or with AppActivate
I tried using Exec("c:\????????"), but it gives an error message "Sub or Function not defined." Am I using the right syntax. That is the way VB 6.0 help has.