HELOO EVERYBODY
I HAVE A COUPLE OF QUESTIONS
1.CAN I CALL A VBAPPLICATION(.EXE) FROM ANOTHER VB APPLICATION?IF YES THEN HOW?
2.CAN I CALL A NON-VB APPLICATION FROM A VB APPLICATION?
IF YES THEN HOW?
Printable View
HELOO EVERYBODY
I HAVE A COUPLE OF QUESTIONS
1.CAN I CALL A VBAPPLICATION(.EXE) FROM ANOTHER VB APPLICATION?IF YES THEN HOW?
2.CAN I CALL A NON-VB APPLICATION FROM A VB APPLICATION?
IF YES THEN HOW?
hi,
it is the same coomand for both non-vb and vb apps
you need to type this into a button or what you want to use to run the program
shell "the apps path goes here" place commans here for differnt options
e.g.
shell "c:\windows\explorer.exe",VBNormalFocus
hope that helps
Merlin ?