Split Screen with Two Documents

Anonymous
2018-08-20T22:30:22+00:00

Hello Everyone,

I work in a split screen format with my template on the right and my library document(s) on the left side of the screen.  I frequently open new library documents (on the left) copy and paste from my library to fill my template.  Sometimes (maybe 1/2 the documents from my library) when I open a new library file the new page has jogged to the right about 1.5 cm so after 5 or 6 new library page I open they are almost completely covering my template page on the right.  How do I stop this jogging to the right movement I get with each new page I open?

Thank You.

Neal Muckler

Microsoft 365 and Office | Word | 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

3 answers

Sort by: Most helpful
  1. Anonymous
    2018-08-20T23:45:58+00:00

    Sorry there is no way to do that that I know of to do that. It is a fundamental Windows feature to prevent windows being hidden as more windows are opened.

    But there is a simple work around that I use thousands of times a day. Use the Windows "Snap" feature to rearrange the Windows.

    "Snap" the "template" window to occupy the left half of the screen. Then snap each library document to the right half of the screen. This make take a couple of snaps, ie <WIN><up arrow> followed by <WIN><right arrow>

    Personally, I use the <ALT><TAB> function to switch between the windows rather than mousing. I find it much faster than mousing around.

    https://answers.microsoft.com/en-us/windows/for...

    https://www.youtube.com/watch?v=kAhylpJ8JDc

    https://www.laptopmag.com/articles/snap-windows-10

    This sort of thing is a natural for working with multiple monitors. Having the 2 documents occupying the full width of 2 screens make it easier to deal with. And if you set one of the monitors in portrait orientation. That gives you a more natural view into the document, exposing more content at the same time, making it easier to find bits you are looking for.

    **************** "Disclaimer" **************

    We are forced to include this Standard boilerplate legalistic bafflegab disclaimer for any links to non-Microsoft websites:

    (Short form: use these links at your own risk, just like everything else from MS!)

    The link(s) to non MS-page(s) appears to be providing accurate, safe information. I suggest you stick with the “manual” instructions. Unless I explicitly suggest it, avoid downloading their “utilities”. Thoroughly research any product advertised on the site before you decide to download and install it. Sometimes they include 3rd party programs, "unwanted" programs that are automatically installed during a standard install. So, if offered, do a "custom" install and carefully read each step. One of the steps MAY give you an option to install, or NOT, "additional" programs. 99.9% of the time you don't want to let them be installed. For example, when you install Adobe Player you are given the option of installing 2 additional "free trial" programs: Potentially Unwanted Programs: MacAfee Security Scan and MacAfee Safe Connect. The option to install is turned on, you have to manually turn it off. Those are PUP's. If you click "OK"/"Next" without paying attention you get the 2 "extra" programs.

    As well, watch out for ads on the site. They may advertise products that include PUPs. Thoroughly research any product advertised on the site before you decide to download and install it.

    ************* End BS Disclaimer ************

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-09-16T21:01:55+00:00

    Hi Neal,

    Without a macro, you cannot.

    Try recording opening one of your library documents and moving it where you want.

    You would want to name it AutoOpen. It should be stored in the attached template for your library documents. If you do not understand this, put it in your normal template and resize/move the documents you do not want so positioned.

    Here is a sample macro.

    Sub AutoOpen()
    '
        Application.Move Left:=563, Top:=13
        Application.Resize Width:=485, Height:=619
    End Sub
    

    How to use a macro found here on another webpage:

    http://www.gmayor.com/installing_macro.htm

    http://gregmaxey.com/word_tip_pages/installing_...


    These are links to pages on one or more Word MVP websites. Those pages contain accurate safe information that I think will help you. They were written by a Microsoft Word MVP. However, as an Independent Advisor I am required to give the following notice when providing non-Microsoft links:


    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.


    I hope this information helps. Please let me know if you have any more questions or require further help.

    Regards

    Thank you very much for your Macro and I will try it!!

    Sincerely, Neal

    Was this answer helpful?

    0 comments No comments
  3. Charles Kenyon 168.2K Reputation points Volunteer Moderator
    2018-08-21T02:58:35+00:00

    Hi Neal,

    Without a macro, you cannot.

    Try recording opening one of your library documents and moving it where you want.

    You would want to name it AutoOpen. It should be stored in the attached template for your library documents. If you do not understand this, put it in your normal template and resize/move the documents you do not want so positioned.

    Here is a sample macro.

    Sub AutoOpen()
    '
        Application.Move Left:=563, Top:=13
        Application.Resize Width:=485, Height:=619
    End Sub
    

    How to use a macro found here on another webpage:

    http://www.gmayor.com/installing_macro.htm

    http://gregmaxey.com/word_tip_pages/installing_...


    These are links to pages on one or more Word MVP websites. Those pages contain accurate safe information that I think will help you. They were written by a Microsoft Word MVP. However, as an Independent Advisor I am required to give the following notice when providing non-Microsoft links:


    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.


    I hope this information helps. Please let me know if you have any more questions or require further help.

    Regards

    Was this answer helpful?

    0 comments No comments