L
Lizardo
I'm sure this has been discussed many times, but so far, I haven't
found anything that works.
We are trying to create 100+ reports with identical layout - but with
different charts per report. Most of the rest of the report is the
same. I'm trying to write a program that will create a Word document,
place the pics at the right place - and change the text as needed.
The biggest problem for me is there's no way to ensure the pic *size*.
I need to be able to resize it as I load it. I've tried a couple things
- set a bookmark, add a picture - but the pic comes up blank.
I could sure use some suggestions. I don't mind discussing at length
because I have a lot of time to do this. Once I solve the pic problem,
the rest should fall neatly into place. I can resize the blank pics -
and I've verified they aren't blank already. I've tried jpegs, gifs,
tiffs, whatever. If I just do a
Bookmark.Range.InlineShapes.AddPicture statement - I *can* see the pic,
but it's huge, and I haven't figured out how to resize it.
I'll take any suggestions. I'm pretty new at this.
found anything that works.
We are trying to create 100+ reports with identical layout - but with
different charts per report. Most of the rest of the report is the
same. I'm trying to write a program that will create a Word document,
place the pics at the right place - and change the text as needed.
The biggest problem for me is there's no way to ensure the pic *size*.
I need to be able to resize it as I load it. I've tried a couple things
- set a bookmark, add a picture - but the pic comes up blank.
I could sure use some suggestions. I don't mind discussing at length
because I have a lot of time to do this. Once I solve the pic problem,
the rest should fall neatly into place. I can resize the blank pics -
and I've verified they aren't blank already. I've tried jpegs, gifs,
tiffs, whatever. If I just do a
Bookmark.Range.InlineShapes.AddPicture statement - I *can* see the pic,
but it's huge, and I haven't figured out how to resize it.
I'll take any suggestions. I'm pretty new at this.