MS Word Tips, Tutorials, Videos

You are here: Home / How To / How to automatically open at the END of MS Word documents

How to automatically open at the END of MS Word documents

October 22, 2007 By Jeeves

If you want to go directly to the end of a Word document when its opens: 

Press Ctrl+End

If you want to create a macro that does this automatixcally, add the following lines of code in the Autoopen macro:

Sub AutoOpen()
    Selection.EndKey Unit:=wdStory
End Sub
 

Share this:

  • Tweet
  • Email
  • Print

Filed Under: How To Tagged With: Format

Copyright © 2021 · Prose on Genesis Framework · WordPress · Log in

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.