Hi team,
I have to check whether my excel is available or not if yes then process further if not i want to create excel, Can anybody help me please
Thanks.
Hi team,
I have to check whether my excel is available or not if yes then process further if not i want to create excel, Can anybody help me please
Thanks.
Use FileExists Activity which gives true or false
Or use File.Exists(Path) which also returns true or false
Hope this helps
cheers
If not exists to create file i have to use Excel application scope or there is any another activity?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.