UpdateLinksOnSave Property

Microsoft PowerPoint Visual Basic

UpdateLinksOnSave Property

       

Determines whether hyperlinks and paths to all supporting files are automatically updated before you save or publish the presentation as a Web page. Read/write MsoTriState.

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse Hyperlinks and paths to all supporting files are not automatically updated before you save or publish the presentation as a Web page.
msoTriStateMixed
msoTriStateToggle
msoTrue Default. Hyperlinks and paths to all supporting files are automatically updated before you save or publish the presentation as a Web page, ensuring that the links are up-to-date at the time the presentation is saved.

Remarks

You should set this property to False if the location where the presentation is saved is different from the final location on the Web server and the supporting files are not available at the first location.

Example

This example specifies that links are not updated before the presentation is saved.

Application.DefaultWebOptions.UpdateLinksOnSave = msoFalse