Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.53 KB

PowerPoint.DocumentWindow.LargeScroll.md

File metadata and controls

59 lines (34 loc) · 1.53 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DocumentWindow.LargeScroll method (PowerPoint)
vbapp10.chm511017
vbapp10.chm511017
PowerPoint.DocumentWindow.LargeScroll
b74ecd74-acec-0d36-68c7-1848a99fe4c1
06/08/2017
medium

DocumentWindow.LargeScroll method (PowerPoint)

Scrolls through the specified document window by pages.

Syntax

expression.LargeScroll (Down, Up, ToRight, ToLeft)

expression A variable that represents a DocumentWindow object.

Parameters

Name Required/Optional Data type Description
Down Optional Long Specifies the number of pages to scroll down.
Up Optional Long Specifies the number of pages to scroll up.
ToRight Optional Long Specifies the number of pages to scroll right.
ToLeft Optional Long Specifies the number of pages to scroll left.

Remarks

If no arguments are specified, this method scrolls down one page. If Down and Up are both specified, their effects are combined. For example, if Down is 2 and Up is 4, this method scrolls up two pages. Similarly, if ToRight and ToLeft are both specified, their effects are combined.

Any of the arguments can be a negative number.

Example

This example scrolls the active window down three pages.

Application.ActiveWindow.LargeScroll Down:=3

See also

DocumentWindow Object

[!includeSupport and feedback]