Hello guys,
I have an excel file in that, I have various sheets. And I want to copy the a particular sheet and paste that sheet with previous values in the new sheet also but with a different name.
Example: Suppose their is a sheet name Oct 2019 and I want to copy this sheet and create same sheet with new name Nov 2019.
Manual Steps : Ctrl + Left Mouse Click and Hold and drag to the Right.
I am not sure how to do this using UiPath.
Please check the images below for better under standing:
Yah
Use Read range activity where mention the particular sheetname we want to get extracted with data and get the output with a variable of type datatable named dt
—now use WRITE RANGE activity and mention the sheetname we want and range as “” with ADD HEADERS property enabled and pass the variable dt as input
This will right that datatable to this new sheet
Yah format can be retained but formula won’t be retained, only the values will be retained
But if we want the formula to be retained we can use hot keys like ctrl+ c and ctrl+v and other key combinations for creating a new sheet and naming it
That would work either
Ok, so how can I do that manual process things, because if start writing formulae and other variable things, the efficiency and speed will be very slow!
This one::
Manual Steps : Ctrl + Left Mouse Click and Hold and drag to the Right.
Please guide me regarding this!
Should I do the manual steps through the bot, if possible?