Sets the ratio of the tabs to the horizontal scrollbar.
Syntax
WORKBOOK.TAB.SPLIT(ratio_num)
Ratio_num is the ratio of tabs to horizontal scroll, as a decimal value between 0 and 1. If omitted defaults to 6.
Remarks
If the structure of the workbook is protected, you cannot use this function.
Use GET.WINDOW(28) to find out what the current ratio is.
Related Function
GET.WINDOW Returns information about a workbook window
Return to index