How do I open a document in Word so that I am at the bottom of th.

  • Thread starter Thread starter Guest
  • Start date Start date
Ctrl + End gets to the bottom of the document. Shift + F5 gets to the
position where you made the last changes.

If you want to do either programatically,

Ctrl+ End = Selection.EndKey Unit:=wdStory
Shift + F5 = Application.GoBack

put the appropriate code in an auto running macro in your document/template.

Com
 
Back
Top