Share via

Split View Excel and Visual Basic

Anonymous
2018-03-09T12:44:55+00:00

How can I activate Split View on Mac for MS Excel and Visual Basic?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Jim G 134K Reputation points MVP Volunteer Moderator
2018-03-12T16:50:16+00:00

The macro recorder can record your actions and provide the code you need. Here's what I got when I recorded the action:

Sub Macro1()

'

' Macro1 Macro

'

'

    Range("E8").Select

    With ActiveWindow

        .SplitColumn = 4

        .SplitRow = 7

    End With

End Sub

Was this answer helpful?

0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-03-10T16:27:18+00:00

    Thank you so far, but unfortunately it doesn't work. I can not use Split View.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-03-10T15:56:43+00:00

    Hi Ms851102,

    Did you refer to the suggestions? Let us know if you need further help.

    Regards,

    Tina

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-03-09T15:19:07+00:00

    Hi Ms851102,

    To use split view in Excel for Mac, you can try the followings:

    Put your cursor on the green button in the upper left corner of one workbook, left click and hold the green button for 2 or 3 seconds, you will see the window resizing, then you can drag the window to the side you want. On the other side of the screen, open another workbook.

    Here is an article for your reference: macOS Sierra: Focus on apps in full screen or Split View

    Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology.

    If you cannot use the split view, please provide your Office version and Mac version for troubleshooting.

    For Office version, you can check it via Excel menu in the upper left corner>About Excel.

    For Mac version, check it via Apple menu>About This Mac.

    For Visual Basic in Excel for Mac, please refer to this article:  Use the Developer tab to create or delete a macro in Excel 2016 for Mac

    Regards,

    Tina

    Was this answer helpful?

    0 comments No comments