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