G Guest Jan 25, 2005 #1 How do I open a document in Word so that I am at the bottom of the document? Thanks, Bart
G Guest Jan 25, 2005 #2 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
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