i would like to Create vba code to insert multiple images into the excel cells following the below requirement.
- first the row and column image to be inserted will defined by user.
- the user need to define the cell column width and row height where the image will be inserted.
- user need to define the image crop top bottom left right size.
- the image should be resized following cell column width and row height size defined by the user
- the image should be inserted starting from the defined cell row following the subsequent row for the following image.
- they should be able to select multiple images at once
VBA code fulfilling those requirements
New contributor
Samuel John marisinapen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.