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

See Also

Concepts

Application Object Members

Application Object