If you view the Paragraph Settings dialog, you'll see that the right page indent has been set to a large negative amount:

You can correct this by setting the right indent to 0. If you want to do this using VBA:
ActiveDocument.Content.ParagraphFormat.RightIndent = 0
Regards, Hans Vogelaar (http://www.eileenslounge.com)