WD97: Inserting Linked Picture Results in Absolute Path

Last reviewed: March 18, 1998
Article ID: Q164622
The information in this article applies to:
  • Microsoft Word 97 for Windows

SYMPTOMS

When you record a macro to insert a picture( on the Insert menu point to Picture and click From File) and,

  • you choose Link to File,

    -and-

  • the picture is located in the same folder or in a folder belonging to the same folder as your document,

the macro records an absolute path for the picture instead of recording a relative path as expected. When the macro is run, the field code used for the linked picture is an absolute path instead of a relative path.

WORKAROUND

To change the path for the linked picture, edit the recorded macro and change the path for the linked picture from "absolute" to "relative."

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

When you insert a picture into a document and the picture is located in the same folder or in a folder belonging to the same folder as your document, if you choose Link to File, the linked path for the picture is stored as a "relative path".

For example, if the document path is

   c:\My Documents\MyPage\mydoc.doc

and the picture file path is

   c:\My Documents\MyPage\Images\myimage.bmp

viewing the field code, the relative path is:

   {INCLUDEPICTURE "Images\\myimage.bmp" \* MERGEFORMAT \d}

However, when you record a macro to insert a linked picture whose path is relative to the document in which it is being inserted, the path is recorded and played back as an absolute path. For example, the resulting macro would record and play back the path to the picture, in the IncludePicture field, as:

   {INCLUDEPICTURE "c:\My Documents\MyPage\Images\myimage.bmp" \*
    MERGEFORMAT \d}

To toggle the viewing of field codes, on the keyboard, press and hold "Alt" then press F9.

REFERENCES

For more information about getting help with Visual Basic for Applications, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q163435
   TITLE     : VBA: Programming Resources for Visual Basic for 
               Applications


Additional query words: vb vba vbe
Keywords : kbgraphic kbprg kbdta kbdtacode kbwordvba word8 word97
Version : 97
Platform : WINDOWS
Issue type : kbbug
Solution Type : kbpending


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 18, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.