Insert Images into table

whenthegeeseinvade

Registered User.
Local time
Today, 05:19
Joined
Nov 12, 2008
Messages
39
Dear All

I export a series of paths from an Access database which specified plumbing fittings and would like to automate the insertion of images in a word document for each fitting.

The paths will be put into a table in the word document as shown below. The table could have a different number of rows or columns each time.

F:\Images\Vaillant\Boiler.jpg
F:\Images\Ideal\Basin.jpg
F:\Images\Bristan\Big Tap.jpg
F:\Matki\Shower.tif


I want to program VBA to read the path from each cell in the table and insert the corresponding image from the path.

I know a little Access VBA but I have no idea how to do this using the Word VBA language. Any help would be greatly apprecciated.

Many thanks,

Laurence
 

Users who are viewing this thread

Back
Top Bottom