VLINE macro

Scrolls through the active window vertically by the number of rows you specify.

Syntax

VLINE(num_rows)

Num_rows    is a number that specifies how many rows to scroll.

 

Related Functions

HLINE   Horizontally scrolls through the active window by columns

HPAGE   Horizontally scrolls through the active window one window at a time

HSCROLL   Horizontally scrolls through a worksheet by percentage or by column number

VPAGE   Vertically scrolls through the active window one window at a time

VSCROLL   Vertically scrolls through a worksheet by percentage or by row number

Return to index