In Microsoft Word how can I link to an image from the web which updates?

20

7

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.

Matthew Lock

Posted 2009-09-10T06:30:41.837

Reputation: 4 254

Answers

26

  • 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.

Snark

Posted 2009-09-10T06:30:41.837

Reputation: 30 147

1in Word 2016 it is "IncludePicture" in Quickparts – Nullldata – 2019-01-15T15:27:01.820

1Oops, 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 – 2009-09-10T06:59:44.367

1This works, but in 2003 it's Insert Menu -> Field... – Matthew Lock – 2009-09-10T06:59:57.907

8

I got here looking for a way of adding my StackOverflow flair in my CV/resume. Since reputation and badges change frequently I wanted it to be updated/reflected automagically in the Word doc.

enter image description here

I happen to be using Word for Mac 2011.

In my case I followed the instructions given by Snark in his answer, but it was somewhat different and there's a GOTCHA:

  1. Menu Insert => Field...
  2. On the left in Categories: select Links and References.
  3. In Field names: select IncludePicture.
  4. Now you have to type two quotation marks in the input box just after INCLUDEPICTURE.
  5. The GOTCHA: Inside the quotation marks you have to paste the link to your image. In my case it's like this:

    INCLUDEPICTURE "https://stackoverflow.com/users/flair/114029.png?theme=clean"

  6. Click Preserve formatting during updates if you want.

That's it. Now the flair will be updated automagically wherever i open the Word doc. Totally AWESOME.

Here's a screenshot:

enter image description here

Leniel Maccaferri

Posted 2009-09-10T06:30:41.837

Reputation: 771

5

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

Rolando

Posted 2009-09-10T06:30:41.837

Reputation: 91

2

In MS word 2013 (using gdrive picture).

If you want to add an email but you don't want to update the image (when the hosted email will change) go to insert tab, click on pictures, simply past the url of your image in the filename field and press insert.

If you want the picture to be updated go to insert tab, click on pictures, simply past the url of your image in the filename field but instead of pressing insert, chose (in the menu under insert) insert and link (or link to file. Both will work).

To update a gdrive file, just drop the new version on the new one. Google will ask you if you want to keep separate, let it go, by default it will update the old one.

How to update/refresh a linked picture in the docx?. Select the picture and refresh by pressing F9.

PS: the gdrive file must be public (not private), the URL must be like:

https://drive.google.com/uc?export=view&id=<file_ID_here!>

(I tried other URLs wich did not work)

JinSnow

Posted 2009-09-10T06:30:41.837

Reputation: 486

Thank you for the google drive link example. It is working as expected only when using this link format. – Oz Edri – 2019-07-21T07:37:01.430

1

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).

alex

Posted 2009-09-10T06:30:41.837

Reputation: 16 172

0

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.

user10547

Posted 2009-09-10T06:30:41.837

Reputation: 1 089