Question
1
Replies
263
Views
PEGA
Posted: August 30, 2018
Last activity: August 31, 2018
Closed
Difference between Excel.Close() and Excel.Stop()
Is there a difference between Close and Stop methods of MicrosoftExcel connector? Does property Changes='Save' impacts excel operations differently on Close and Stop??
The Help page http://help.openspan.com/52/Components/Microsoft_Excel.htm does not contain any mention of Stop().
Hey,
I tried using both stop() and Close() in my automation for excel.
They are doing the same thing.
In my case I am updating the excel sheet and both the methods save the data and then close the excel.