Excel connector session lost
A RDA uses an excel connector with Visible component property = False.
In automation also excel Visible property is set to False.
But if a user opens another excel file during the automation run, he sees the automation excel file openened behind his one.
Then, the automation looses its excel control and gets an error since it doesn't succeed in filling cell i.e. using excel:
Error executing link in Automation: ...
Invalid worksheet cell: ...
Are there other properties or ways to get an excel session only for the automation to avoid that resources conflict?
Any suggestion?
Thanks in advance