Splitting a Window 70 percent of the way down the window:
Sub split() With ActiveWindow .Split = True .SplitVertical = 70 End With End Sub