SplitColumn Property
Applies To
Window object.
Description
Returns or sets the column number where the window is split into panes (the number of columns to the left of the split line). Read/write Long.
See Also
SplitHorizontal property, SplitRow property, SplitVertical property.
Example
This example splits the window and leaves 1.5 columns to the left of the split line.
Workbooks("Book1.xls").Worksheets("Sheet1").Activate
ActiveWindow.SplitColumn = 1.5