Is it possible in Microsoft Word (Word 2003 preferably) to insert an image from a url and have that image reloaded from url each time that document is opened?

The image itself is a map, and I'd like the map to be reloaded from the server each time the Word document is opened so that the most recent image is displayed.

link|improve this question

80% accept rate
feedback

4 Answers

up vote 3 down vote accepted
  • Go to Insert - Quick Parts - Field...
  • In Field Names, select "InsertPicture".
  • In the field "Filename or URL", put the URL to your image.
  • Check "Data not stored in document". And eventually the 2 "Resize..." checkboxes if the size of the online image can change.

That should do the trick.

link|improve this answer
1  
Oops, I missed the "Word 2003 preferably" part in the question :-/ . I can't check anymore, I have no access to a Word 2003. Most probably it's there but maybe with another name. Check in the Insert menu if there is a Field item. – Snark Sep 10 '09 at 6:59
This works, but in 2003 it's Insert Menu -> Field... – Matthew Lock Sep 10 '09 at 6:59
feedback

In Word 2010 instead of "InsertPicure", the field name is "IncludePicture"

link|improve this answer
feedback

Can you turn on macros or VBscript? If not I don't think Word handles files dynamically like that it saves them to the doc file.

link|improve this answer
feedback

You can choose Insert -> Picture -> From File... and type in the URL, but I'm not sure if it auto updates (not sure it can do that).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.