Hello guys,
i have a folder containing excel it should take excel if there else it should throw no excel.
Hello guys,
i have a folder containing excel it should take excel if there else it should throw no excel.
Use Directory.Getfiles("Folder","*.xlsx")
this can be stored in a variable array of string
use if condition if arr.count>0 then file exists else throw error
cheers
@Anil_G
thank you so much man
One more (Using ReFramework)
if there is any system exception i want to write a remark in excel.
so where can i use the write cell activity for any system exception.
cheers
See i hae used like this but didnt worked.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.