Getting output of a called external executale
Maybe you could send the output from your .exe program into a text file and then
read that text file in code.
Thorsten Walenzyk wrote:
Hi all,
I want to call an external executable (.exe in my case) from an Excel-VBA
program.
I found the Shell function, but with this function it is only possible to
get an integer return value back.
Is there is any possibility to use pipes to get the output of the external
program to VBA?
Thanks Thorsten
--
Dave Peterson
|