HSCROLL macro

Horizontally scrolls through the active sheet by percentage or by column number.

Syntax

HSCROLL(position, col_logical)

Position    specifies the column you want to scroll to. Position can be an integer representing the column number or a fraction or percentage representing the horizontal position of the column in the sheet. If position is 0, HSCROLL scrolls through your sheet to its leftmost edge. If position is 1, HSCROLL scrolls through your sheet to its rightmost edge. For charts that do not size with the window, use a fraction or percentage.

Col_logical    is a logical value specifying how the function scrolls.

 

Remarks

 

Related Functions

HLINE   Horizontally scrolls through the active window by columns

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

VLINE   Vertically scrolls through the active window by rows

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

VSCROLL   Vertically scrolls through a sheet by percentage or row number

Return to index