Hello All, i am trying to automate a process in which i have to add current date inside an excel sheet until last row of the sheet. here is the scenarion
There are 4 columns: DATE1 ,DATE2, DATE3 ,DATE4 I want to append these columns with current date. once its appended, i want the file to be saved as it is.
as of my understanding, you need to add current date as a last record of an excel file
Simply you can use append range activity it appends the data to the existing.
yes i can do that but when i do so the only way it works is when i specify the exact cell and don’t work for the whole column. for example, when i write M2 in Range. it only appends the row in M2 and not the whole column. what i want to automate is to add a date in all rows for all 4 columns as mentioned in my first message