I'm using a program to automate an excel document and in the meantime I would like to open others Excel documents and work on these (not automated).
When I open an document while my automation is running, the file I open is frozed and I can't access to it. I tried to set the visible property of my automation program to false, but if I modify an document it creates an exception.
Is it possible to automate an excel document and open and work others excel document at the same time?
Thank you in advance.
Thomas