Insert images in excel

The images which i am trying to paste are enlarged and they are over lapping . Is there any way i can resize them and paste each image in a totally different cell like one image in I2 and another in E1 like this ?

The pictures are in the folder images , And I have added the excel file too and you see how they are getting inserted in “Sheet 1” . What i want is to insert them in the “Original data” sheet appropriately without overlapping .

Attached the entire file for reference.
ExcelImages.zip (314.3 KB)

@Harish_saravanan_R

change the size of every image to same size…you can use invoke method with resize

and then use macro to change the cell width and height and insert the image

This is for width …you can simialrly use for height

cheers

Sorry i am not clearly getting it. Where should this activity be added in the program which i shared , and what are the inputs for this activity .
Screenshot (408)

@Harish_saravanan_R

in use excel file this activity needs to be added and any argument to be send you can click on add vba argument and add the value

cheers

Can you share some screenshot for the workflow , it would be helpful for me .