I have a folder with 600 jpg files. File names are numbered 0001 to 0600. File name 0001 is to be transported to Word 2013, page 1, top part of Word page. File name 0002 is to be transported to the lower part of page 1. This will continue with file names of odd numbers going to the top portion of the Word page and file names of even numbers going to the bottom portion of the Word. File sizes are of a size that with the addition of one paragraph mark going to Word, will occupy a single page within Word. Starting with a blank Word page, I can “INSERT”, “Pictures”, insert correct path, select file 0001, and Insert, file 0001 will be displayed correctly. I then add a paragraph mark. I can now “INSERT”, “Pictures”, and must select the correct file (in this case, file 002). Can Word 2013 VBA help me to automate this process? If it can, please point me to some examples of similar code that I might use for my case.