I have used filter data option in excel to filter out data’s from column from a sheet to save as in different excel. i want to change the sheet name since it says exceeds 31 characters…is there any way to do so?
i tried to use rename sheet option but was not able to make it up. It would be great to have a solution.
Write Range workbook activity throwing the error right. If yes, then you have passed the CurrentRow(0).toString in the Sheet name field may be it have the data with more than 31 characters, print the CurrentRow(0).toString and check it contains how many characters, if it contains more than 31 characters then try to make it short. It will works.