XlHtmlType enumeration (Excel)

Specifies the type of HTML generated by Excel when you save the specified item to a webpage and whether the item is static or interactive.

Name Value Description
xlHtmlCalc 1 Use the Spreadsheet component. Deprecated.
xlHtmlChart 3 Use the Chart component. Deprecated.
xlHtmlList 2 Use the PivotTable component. Deprecated.
xlHtmlStatic 0 Use static (noninteractive) HTML for viewing only.

Note

All xlHtmlType enumerations other than xlHtmlStatic have been deprecated.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.