Window.PageScroll (Word)

Scrolls through the specified pane or window page by page.

The PageScroll method is available only if you are in print layout view or Web layout view. This method does not affect the position of the insertion point. If Down and Up are both specified, the window is scrolled by the difference of the arguments. For example, if Down is 2 and Up is 4, the window is scrolled up two pages.

PageScroll (Down, Up)


ActiveDocument.ActiveWindow.View.Type = wdPrintView 
ActiveDocument.ActiveWindow.PageScroll Down:=3

Arguments

Optional arguments

The following arguments are optional

Down (Long) - The number of pages to be scrolled down. If this argument is omitted, this value is assumed to be 1.

Up (Long) - The number of pages to be scrolled up.