Rename excel sheet with dynamic name

Hi

Have a view on this Custom component from UiPath marketplace where we can mention the new Sheetname

If you want mention today’s date with the sheetname

First let’s get the sheet name with the same custom component and save that in a string variable named strsheet

—now in rename sheet activity mention the new sheetname as
Strsheet.ToString.Trim+” “+DateTime.Now.ToString(“dd/MM/yyyy”)

This will rename with today’s date

Cheers @legiw18734

1 Like