I need to go to the end of document after open document. I don't know why, but build in macro "GoToLastPg" doesn't work for me. I use such code:
Code:
Sub AutoOpen()
Selection.EndKey Unit:=wdStory
End Sub
But not puts cursor. Any other method except just sending the key? And put the cursor at the end.