How to display margins in Word 2013

Anonymous
2013-01-31T16:21:55+00:00

I just upgraded from Word 2007 to Word 2013.  In the 2007 version, I could display the margins but I haven't been able to find how to do that in Word 2013.  Does anyone know?  Clicking on "show text boundaries" seems to put a lot of lines in the document only.

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

143 answers

Sort by: Newest
  1. Anonymous
    2015-03-05T00:03:26+00:00

    ***

    Press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type

    ActiveDocument.SetCompatibilityMode wdWord2010

    and press Enter. **

    >JIM 1957

    Looking forward to this, however, I get a "runtime error "438"

    ***

    I tried this and it worked fine. Thank you Stefan.

    Jim, are you by chance running the 64-bit version of Office?

    This worked fine for me the second time!  I had a spacing issue, however, the "fix" appears to be only for that document.  Granted, better than nothing.  Thanks for the response.  I sure hope the Microsoft Team gets ir right and puts "TEXT BOUNDARIES" back in.  They were awesome.  I am a teacher of adults, and never had a person NOT LIKE TEXT BOUNDARIES.  tHANKS.

    Was this answer helpful?

    0 comments No comments
  2. Stefan Blom 351.7K Reputation points MVP Volunteer Moderator
    2015-03-04T22:07:50+00:00

    Try again. Note that the code:

    ActiveDocument.SetCompatibilityMode wdWord2010

    must be typed exactly as shown (no additional spaces or line breaks), and then you press Enter at the end of the line.

    I don't know if 64 bit Office makes a difference, but I suppose it could...

    Was this answer helpful?

    0 comments No comments
  3. Charles Kenyon 170.8K Reputation points Volunteer Moderator
    2015-03-04T20:49:32+00:00

    ***

    Press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type

    ActiveDocument.SetCompatibilityMode wdWord2010

    and press Enter. **

    >JIM 1957

    Looking forward to this, however, I get a "runtime error "438"

    ***

    I tried this and it worked fine. Thank you Stefan.

    Jim, are you by chance running the 64-bit version of Office?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-03-04T20:11:43+00:00

    Note that you don't have to save in *.doc format. Setting compatibility to Word 2010 will suffice. However, doing so requires a trick.

    Here's how to do it: Make sure the document that you want to change is the active document in Word. Press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type

    ActiveDocument.SetCompatibilityMode wdWord2010

    and press Enter. Close the Visual Basic Editor and click File | Options. In the Advanced category, scroll down to the bottom where you will now see the list of layout/compatibility options. For "Lay out this document as if created in," select Word 2010. Click OK to close the dialog box and then save the document.

    Everything, including text boundaries, will work the way it did in Word 2010.

    Looking forward to this, however, I get a "runtime error "438"

    HELP

    Was this answer helpful?

    0 comments No comments
  5. Stefan Blom 351.7K Reputation points MVP Volunteer Moderator
    2015-03-04T19:21:02+00:00

    Note that you don't have to save in *.doc format. Setting compatibility to Word 2010 will suffice. However, doing so requires a trick.

    Here's how to do it: Make sure the document that you want to change is the active document in Word. Press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type

    ActiveDocument.SetCompatibilityMode wdWord2010

    and press Enter. Close the Visual Basic Editor and click File | Options. In the Advanced category, scroll down to the bottom where you will now see the list of layout/compatibility options. For "Lay out this document as if created in," select Word 2010. Click OK to close the dialog box and then save the document.

    Everything, including text boundaries, will work the way it did in Word 2010.

    Was this answer helpful?

    0 comments No comments