Closed
Does ResetState refer Workbook property?
I have a question about RestState method of Excel Connector.
On our project we call RestState method of Excel Connector on the begining of Automation.
After that we set workbook property and call open method.
Please refer the attached file.
We set Workbook value as D:\test_sample.xlsx on properties explorer.
(This setting is old and currently D:\test_sample.xlsx is not exist.)
And we also set Excel Connector's Properties as D:\tmp\test.xlsx on Automation before call open method.
(This setting is new .)
When we run this Automation usually D:\tmp\test.xlsx is set to Workbook property and doesn't show any error when Workbook is opened.
But sometime we faced error that D:\test_sample.xlsx is not found.
My question is that whether reset state refer workbook property or not?
To see attachments, please log in.