Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 710 Bytes

Excel.Workbook.WebPagePreview.md

File metadata and controls

37 lines (22 loc) · 710 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.WebPagePreview method (Excel)
vbaxl10.chm199186
vbaxl10.chm199186
Excel.Workbook.WebPagePreview
2c88f15e-5cd3-82da-f779-55b63959a2b0
05/29/2019
medium

Workbook.WebPagePreview method (Excel)

Displays a preview of the specified workbook as it would look if saved as a webpage.

Syntax

expression.WebPagePreview

expression A variable that represents a Workbook object.

Example

This example displays a preview of the first workbook as a webpage.

Workbooks(1).WebPagePreview

[!includeSupport and feedback]