Reload Method
Applies To
Presentation object.
Description
Reloads a cached presentation by resolving the hyperlink to the workbook and downloading it. Only available with cached documents (cannot be used with FAT files).
Syntax
expression.Reload
expression Required. An expression that returns a Presentation object.
Example
This example reloads the presentation Testpres.ppt.
Presentations("testpres").Reload