Forum Discussion
Need help
Hi All,
I have created excel macro, which is currently working fine without any issues, but only with one scenario it fails.
Failed Scenario:
User opens two A & B excel workbooks, activates "A" workbook and runs the macro, which will creates xml file and starts a .NET application, before .net application completes its process using xml file, user closes "B" workbook.
Now .Net application completes the process and shows the results and updates the xml file. User will clicks OK button to close the .NET application. .NET Application sends exit code. Now macro will read exit code and process xml file and updates "A" workbook.
But this is not happening because user closed "B" workbook, which stops macro to run.
How can I solve this issue. Please help me.
Thanks,
Raghavendra