I’m having a blockage in the my excel automation. I’ve managed to get all the excel sheets merged into one workbook with each sheet saved as “NCB+Integer”.
Now I need to change the name of each sheet with the value of a specific cell (“B5”). I’ve tried Get Workbook Sheet/s activity and created a variable and then tried to change the name using Rename Sheet activity but it didn’t work.
Could you please tell me if it’s possible to change the sheet name using a cell value in the same sheet?
Hello @Anil_G, thanks for the reply. I’ve used the rename sheet and it works but only until half the sheets, then Rename Sheet: Document not saved stops the process.
Yes we need what error you are getting . Alternately please check if you check the box to save excel or you can even use the activity save excel after it.