The problem is:
I send data to Excel using TexcelApplication. After that I (or user) may leave application and Excel and do some other work. After some time user return to my application and try to send to the same Excel report new data.
How can I find out Excel is still running and my report is still opened in it?
TexcelApplication1.ConnectKind := ckNewInstance
I send data to Excel using TexcelApplication. After that I (or user) may leave application and Excel and do some other work. After some time user return to my application and try to send to the same Excel report new data.
How can I find out Excel is still running and my report is still opened in it?
TexcelApplication1.ConnectKind := ckNewInstance