Syntax

expression.ReloadAs(Encoding)

expression A variable that represents a Workbook object.

Parameters

Name Required/Optional Data Type Description
Encoding Required The encoding that is to be applied to the workbook.

Remarks

Only msoEncoding constants that are applicable to HTML work with the ReloadAs method.

Example

This example reloads the first workbook, using Western document encoding.

Visual Basic for Applications
Workbooks(1).ReloadAs Encoding:=msoEncodingWestern
reload reload as ReloadAs reloadas method

See also: