insert unknown # of pictures in to document template

C

Carl

I have a recurring report that requires me to install an unknown number (usually 12 or more) of pictures into a template that has 3 evenly spaced blocks in two columns on an 8.5x11 page. I am guessing that I will need a macro/VBA script that selects the directory, counts the images, adjusts the number of pages, resizes all the images and then inserts them in the boxes.

Is there a simpler way?

If not, what commands do I need to look at?


Thank you for your time.
 
S

Suzanne S. Barnhill

I can't touch the VBA aspect of it, but I could suggest that if you create a
table with two columns, auto resizing disabled and row height set to what is
required to fit three rows on a page, then when you insert pictures in the
cells, they will be resized to fit the cells, and tabbing out of the last
cell will create a new row.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

I have a recurring report that requires me to install an unknown number
(usually 12 or more) of pictures into a template that has 3 evenly spaced
blocks in two columns on an 8.5x11 page. I am guessing that I will need a
macro/VBA script that selects the directory, counts the images, adjusts the
number of pages, resizes all the images and then inserts them in the boxes.

Is there a simpler way?

If not, what commands do I need to look at?


Thank you for your time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top