Hi Guys,
I have to clear all the data in this excel sheet. How can i do it ? is there any querey instead of using excel activities?
Thanks in Advance
Hi Guys,
I have to clear all the data in this excel sheet. How can i do it ? is there any querey instead of using excel activities?
Thanks in Advance
How above this VBA code?
Sub ClearSheet()
Sheets("Sheet1").Cells.Clear
End Sub
Check out this blog
How to clear all the contents in an excel sheet UiPath - RPA Learners(%22Sheet1,way%20of%20achieving%20this%20task.
Regards
Gokul
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.