Hi all
Hi all
I use the code below to insert images into an excel sheet
It works well, but I would like to make the height of the images fit just inside the cell as sometimes the images overlap and causes a problem when creating a PDF from it
Sub Insert_Pictures()
Dim PicList() As Variant...