다음을 통해 공유


Workbook.ReloadAs Method (Excel)

Reloads a workbook based on an HTML document, using the specified document encoding.

Syntax

.ReloadAs(Encoding)

A variable that represents a Workbook object.

Parameters

Name

Required/Optional

Data Type

Description

Encoding

필수

MsoEncoding

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.

Workbooks(1).ReloadAs Encoding:=msoEncodingWestern

참고 항목

개념

Workbook Object Members

Workbook Object