I have some VBA that I pieced together that allows the user to select a folder with pictures on their computer and pastes all pictures from the folder into an excel sheet formatted to landscape with 3 images wide and 3 images tall per sheet.
It works great on my computer (Excel 2013), but when users with previous versions of Excel use it, the photos are not aligned to the edges of the cells they are set to.

Here is my code:
Please Login or Register  to view this content.
I found the following website which seems to address similar issues, but I am not sure how to incorporate the code into my code.
http://stackoverflow.com/questions/8...-cell-in-excel
Please Login or Register  to view this content.
Please Login or Register  to view this content.
Any help is greatly appreciate. Thanks for taking the time to read this.