Rename sheet with today date

need to rename a sheet with a daily date in it but it keeb giving me the same error below

Hi @omar_ismail ,

I believe you are already using the Use Excel File Activity which creates an Excel variable instance. You can use that for placing the Sheet name in the below way :

Excel.Sheet(sheetname.ToString)

Let us know if this doesn’t work.

Hi @omar_ismail

you need to call the sheet name you want to rename in the From field, for example you want to rename a sheet called “Sheet1” to Now Time it will be something like this

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.