Hi
I have to produce Word templates for 4 different sections in our business
Many documents are the same differentiated only by the logo that is displayed and it would reduce the number of documents I create if I could dynamically show the correct logo using an IF statement and then picking the correct picture url,
http://xxxx.com/image1.png,
http://xxxx.com/image2.png
This all needs to be as a Word field!! Not as a VBA module.
So..1. Assuming I can find a criteria to compare "IF..", how would I bring back one of, say, three different logos from urls and place them at the head of the document?
Can pictures also be added with formatting? Size, In Front of Text are the main ones
Thanks