Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 706 Bytes

Excel.Application.RollZoom.md

File metadata and controls

36 lines (22 loc) · 706 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.RollZoom property (Excel)
vbaxl10.chm133202
vbaxl10.chm133202
Excel.Application.RollZoom
0bdad2a6-9d8d-cd69-cb73-45e9f92447d1
04/05/2019
medium

Application.RollZoom property (Excel)

True if the IntelliMouse zooms instead of scrolling. Read/write Boolean.

Syntax

expression.RollZoom

expression A variable that represents an Application object.

Example

This example enables the IntelliMouse to zoom instead of scroll.

Application.RollZoom = True

[!includeSupport and feedback]