I need your help please, i need to copy date of workbook’s name to a specific column, like “workbook name 01 2020” , i want to copy just month and year to “column date” with this format mm/yyyy on the whole column, thanks in advance.
as you see i had copied the range A3 to column C3 + mm/yyyy which is mentioned on the name of the excel file, i did that with vba code, but i want to create by uipath because i have 3 excel file.
@Maroua302 In write cell u need to Mention sheet name and fix range which u want to write
I think so your’s (Client coloumn’s range)& concatenate Client + dd/yy( if all IDs have same dd/yy means u can use Client+“02 2020”