Share via


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

請參閱

概念

Application Object Members

Application Object