M
Mainer
I am trying to create a template to automate the creation of a word document.
I already have the template prompting the user for name, date, etc. It also
prompts the user for a filename for this particular case. I am now trying to
prompt the user for a folder containing bitmap images for that case.
The document consists of two columns containing bitmap images. The problem
is one case my have 4 images and the next may have 20 images. I was going to
use bookmarks but because I don't know the number of images from one case to
the next I'm not sure that is the best way to handle it.
I would like the user to be prompted to select a directory and then the code
would determine the number of *.BMP files in that directory and insert 4
images in each column with a blank line between each image. In order to fit
within the column each images needs to be sized to 2.75" in width. When it
gets to the bottom of column two insert a new page and continue on.
Your suggestions are greatly welcome and appreciated.
Mainer
I already have the template prompting the user for name, date, etc. It also
prompts the user for a filename for this particular case. I am now trying to
prompt the user for a folder containing bitmap images for that case.
The document consists of two columns containing bitmap images. The problem
is one case my have 4 images and the next may have 20 images. I was going to
use bookmarks but because I don't know the number of images from one case to
the next I'm not sure that is the best way to handle it.
I would like the user to be prompted to select a directory and then the code
would determine the number of *.BMP files in that directory and insert 4
images in each column with a blank line between each image. In order to fit
within the column each images needs to be sized to 2.75" in width. When it
gets to the bottom of column two insert a new page and continue on.
Your suggestions are greatly welcome and appreciated.
Mainer