Reload Method

Applies To

Workbook object.

Description

Reloads a cached workbook by resolving the hyperlink to the workbook and downloading it.

Syntax

expression.Reload

expression Required. An expression that returns a Workbook object.

Example

This example reloads the active workbook.

ActiveWorkbook.Reload