Call a C++ program from excel

Is there a macro to call a C or C++ program from excel which will run based on the data given in the excel sheet and give an output which is saved as a text file .

Thanks in advance for a help.
ya it is possible
Once compiled, or built, the program must then be run, or executed, at which point
the computer will carry out the tasks speci ed in the program. Just because a program
compiles, however, does not mean that it will run. It is perfectly possible to write a
syntactically correct program that tries to perform an illegal action, for example dividing
by zero. These run-time errors, as opposed to compile-time errors, are another source,
or rather sink, of development time.
----------------------------------------------------
@sujatha
[url=http://www.notiontechnologies.com]outsourcing Projects[/url]
Last edited on
So u mean to say that there exists a macro to call a compiled C program executable file rite ? . Could u give the structure of such a macro so that i could get familiar with the syntax pls .

thanks in advance for the help.
Topic archived. No new replies allowed.