Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 871 Bytes

Excel.Window.Zoom.md

File metadata and controls

34 lines (20 loc) · 871 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.Zoom property (Excel)
vbaxl10.chm356126
vbaxl10.chm356126
Excel.Window.Zoom
82e6ac47-7054-52a9-383e-80be278dab0f
05/21/2019
medium

Window.Zoom property (Excel)

Returns or sets a Variant value that represents the display size of the window, as a percentage (100 equals normal size, 200 equals double size, and so on).

Syntax

expression.Zoom

expression A variable that represents a Window object.

Remarks

You can also set this property to True to make the window size fit the current selection.

This function affects only the sheet that's currently active in the window. To use this property on other sheets, you must first activate them.

[!includeSupport and feedback]