_Sheet.Rows("1:1").Select
    With _Excel.ActiveWindow
        .SplitColumn = 0
        .SplitRow = 1
    End With
    _Excel.ActiveWindow.FreezePanes = True
This is my code right now and I can't figure out how to deselect the active row in my excel sheet when saved.
Any help is awesome!