I want to use a sheet button to allow the user to split screen between 2 worksheets in same workbook.
I need to know how VBA knows if the workbook is in arranged format. Thanks
Sub splitit()
ActiveWindow.NewWindow
ActiveWorkbook.Windows.Arrange ArrangeStyle:=xlVertical
If...