Name

workbook.ReloadAs(Encoding)

Synopsis

Reloads a workbook that was based on an HTML document.

Argument

Settings

Encoding

An MsoEncoding constant that indicates the character encoding to use when interpreting the HTML

For example, this line reloads a workbook using the UTF8 (Unicode) character encoding:

ThisWorkbook.ReloadAs (MsoEncoding.msoEncodingUTF8)

Get Programming Excel with VBA and .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.