6 Ways to Quickly Switch between Open Document Windows

In the following article, let’s go through the 6 quick and awesome ways to switch between open Word document windows.

Now and then, it’s quite often to conduct multiple tasks at one time. And when it comes to Word, opening several documents at the same time is not unusual. However, living in an age when time is one of our greatest assets, to do things quick and fast is required everywhere. So, a little time squeezed can mean a lot to us. Now let’s take a look at how we can save time by quickly switching between document windows.

Method 1: Use Windows Taskbar

Once you hover your cursor over the Word icon on Windows taskbar, you can see all currently open documents displayed in small windows, such as below:Hover Cursor over Word Icon

You just need to click on the target window to have it maximized. This is perhaps the most commonly used way to complete the task. However, this method is based on some preset settings. To make sure all document windows can be shown on the taskbar, here are what you have do first:

  1. In Word, click “File”, and then “options” to open “Word Options” dialog box.Click "File" ->Click "Options"
  2. Next, click “Advanced”.
  3. Then scroll down to “Display” page and check the “Show all windows in the Taskbar” box.
  4. Lastly, click “OK”.Click "Advanced" ->Check "Show all windows in the Taskbar" Box ->Click "OK"

Method 2: Change Windows inside Word

Inside Word, there is already the feature for you to jump to your wanted document window.

  1. Firstly, click “View” tab.
  2. Then click “Switch Windows” in “Window” group.
  3. On the drop-down list, there are names of all open documents. Just click on the name is all you need to do.Click "View" ->Click "Switch Windows"

Method 3: Add Commands to “Quick Access Toolbar”

Word has some hidden functions that need you to bring it out. For instance, you can choose to add either “Previous Window” or “Next Window” to “Quick Access Toolbar”.

  1. To begin with, go to open “Word Options” dialog box through steps in method 1.
  2. Only this time, you choose to click “Quick Access Toolbar”.
  3. Then continue to choose “Commands Not in the Ribbon”.
  4. Next find and click on either “Previous Window” or “Next Window”.
  5. And click “Add”.
  6. At last, click “OK”.Click "Quick Access Toolbar" ->Choose "Commands Not in the Ribbon" ->Click "Add" ->Click "OK"

Now click on the command to go to the right window. If you are a keyboard shortcuts guy, you can save the adding command time by remembering the combination of “Ctrl+F6” or “Ctrl+ Shift+ F6”.

Method 4: Press “Alt+ Esc”

Press “Alt” and hold on. Then press “Esc” to cycle through open document windows. And stop on the right one by releasing “Alt”.

Method 5: Press “Alt+ Tab”

Here is another similar combination. That is to press and hold on “Alt”, and press “Tab”. Then all windows including those of other programs will show on the screen. Now press “Tab” to pick one and finally loose “Alt”.Press "Alt+ Tab"

Method 6: VBA Codes

  1. Firstly, press “Alt+ F11” to open the VBA editor.
  2. Then you can click “ThisDocument”.
  3. And click “Insert” on toolbar.
  4. Then choose “Module”.Click "ThisDocument" ->Click- "Insert" ->Click "Module"
  5. Next, paste the following codes on the right side of editing region.
Sub AcivateNextDocumentWindow()
  ' In case there is an error, go to ProcessError.
  On Error GoTo ProcessError

  ' Activate the next document window.
  If Windows.Count > 1 Then
    Dim objWindow As Window

    Set objWindow = ActiveDocument.ActiveWindow.Next
    objWindow.Activate
  End If
  Exit Sub

ProcessError:
  ' Whenever error occurs, activate the first window.
  Windows(1).Activate
End Sub
  1. And you’d better add a button for this macro so s to use it next time. For detailed steps, please read How to Quickly Invoke another Application from MS

Stay Cool When Word Fails

Throughout all these years’ experience of using Word, we know it can fail sometimes despite of its powerful features. Yet, when it corrupts, most people get panic and it’s the common reflex. As new technologies coming out all the time, now you don’t have to worry about lose your file forever. There is the option to purchase a damaged Word document recovery tool.

Author Introduction:

Vera Chen is a data recovery expert in DataNumen, Inc., which is the world leader in data recovery technologies, including Excel file damage repair and pdf repair software products. For more information visit www.datanumen.com

One response to “6 Ways to Quickly Switch between Open Document Windows”

  1. It seems that Excel can find any already open Excel file using File Explorer. In other words it maximizes the correct instance of Excel that already has the file open. This does not work in Word 2019. Why? For someone who uses File Explorer as their primary tool for managing multiple files across diverse folders at a single time this feature is necessary.

Leave a Reply

Your email address will not be published. Required fields are marked *