Article ID: 827115 - Last Review: September 12, 2011 - Revision: 4.0 Linked images do not appear when the presentation and the images are moved to a new drive or folder in PowerPoint
On This PageSYMPTOMS After you move both a Microsoft PowerPoint presentation and
pictures that are linked to that presentation to a new drive or to a folder
location, the pictures are not visible. Instead, the pictures appear as
placeholders. This problem occurs even though the pictures are in the same folder on the same drive
where the presentation is located. For example, you create a presentation that contains many linked images, and then you write it to a recordable CD (CD-R). When you open the presentation from the CD-R on another computer, the images do not appear in the presentation, even though they are on the CD-R. CAUSEThis problem occurs because the folder that contains the
pictures has been moved. PowerPoint uses an absolute path to locate the linked
images. If the drive letter or path changes, the images do not appear. This
problem may occur when a presentation that was created on drive C is written to
the root directory of a CD-R, and then opened from the CD-ROM drive, typically
drive D. Because the paths of the linked images start with C, the images are
not found when the presentation is opened. WORKAROUND To work around this problem, use either of the following
methods. Method 1: Use the "Package for CD" featureMicrosoft Office PowerPoint 2007 and Microsoft Office PowerPoint 2003 have a feature that is named "Package for CD". When you want to run a presentation on another computer, the "Package for CD" feature can put all the required files in one archive file.If you have CD burning hardware, you can copy presentations to a blank recordable CD (CD-R), a blank rewritable CD (CD-RW), or a CD-RW that has existing content. However, existing content on the CD-RW will be overwritten. You can also use the "Package for CD" feature to copy the presentation to a folder on your computer, a network location, or, if you do not include the viewer, a floppy disk instead of directly to a CD. You can then unpack the file on the destination computer or the network share and run the presentation. When you package your presentation, linked files are included automatically, although you have the option to exclude them. You can also add other files to the presentation package. The "Package for CD" feature converts the absolute paths of the picture links to relative ones. That is, instead of the path being "C:\My Documents\My Pictures\image001.jpg", the path becomes"image001.jpg". Packing a Presentation and Associated FilesTo use the "Package for CD" feature on a presentation to run on another computer, follow these steps:
Method 2: Use a macro code to set a relative pathMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.Note The following macro examples work only in PowerPoint. Visual Basic for Applications macros are not supported by the Microsoft PowerPoint Viewer. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 230746
(http://support.microsoft.com/kb/230746/
)
PPT: Viewer: Presentation Macros Don't Run Within the Viewer
You can also use a macro to convert the links from absolute to relative. This permits PowerPoint to locate the pictures based on the presentation's current location, as long as the pictures are in this same location. The following is a code sample that shows one way that this can be automated. This code sample assumes that the presentation and the linked pictures are in the same folder location. If they are not in the same folder location, running this code will break the link to the picture. Sample Code
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top