Copy data from one excel file to another excel File alternative approach

Hi @vishal_nachankar ,

We can use VBA code to copy data from one excel to other, I have attached a sample workflow below,
Uipath_CopyToWorkbook_Using_VBA.zip (18.6 KB)

Check with your input file by replacing sample one and check the process time.

Parameters:-
{“Your Source Sheet Name”,“Your Source Range To Copy”,“Your Destination Full Path”,“Your Destination Sheet Name”,“Your Destination Range To Copy”}

Hope this might help you :slight_smile:

8 Likes