hi,
i want to call
vb exe from amother
vb exe.
for this i am using the following code:
Dim dblRetVal As Double
dblRetVal = Shell(App.Path & "\Cheque Print.exe", 2)
But this is giving me the error as "Object required".
Why is it so? Any idea or suggestion for this.
Thanks in advance.
987654321