Jeff Steinkamp 1 Posted April 6 I am attempted to do a bit of Word Automation. I have a template document for an evaluation report. I think I am able to search and replace text with the unique values for the report. But I have 3 images that I need to include in this report. I have not found any documentation on how to insert an image at a specific location, replace a dummy image with the current image, or replace text with the specific image. Can someone point me in the right direction? Thanks Share this post Link to post
Pat Foley 51 Posted April 6 Inside of Word record a macro doing your steps. Then use the terms found in Word's macro source in your Delphi source. Share this post Link to post
Brian Evans 105 Posted April 6 Mail merge in Word is another option - usually uses a word template (base document) and an excel spreadsheet (row with per person / output document) but can use other data sources. Share this post Link to post