Hello,
I'm a foxpro 2.6-user/programmer and I have the following problem.
A foxpro-program generates a Excel-worksheet. At the end of the program
Excel has to start with the data the program just generated.
I know I have to do this with DDE like
mchannum = DDEInitiate("excel", "system")
...
...
but don't know it exactly.
If MS Excel (Office97) isn't already started, Excel have to start up.
Also Excel must start up with a alternate (already designed) xlt-file, so my
output is being formatting well.
Please help me!!!
Thanks a lot....
Oswald.