Zack, you should try recording macros that do what you want to do... even though that won't often be the "best" end product, it is a good Rosetta stone for initially learning VBA. That does, however, require understanding what you want to do and then doing it.

Even if someone posts code which doesn't work, but explains how it should work... you'll skip over some of the "typo" kinds of stuff.

the .EndKey Unit:=wdStory is what you're looking for... the "with" tag was a typo by Fumei.

On some of the simplest stuff, I would guess that some of us (myself included) often just type the code, rather than test it in VBA.

I still think you should work up a dummy document, with your attempt to use the fields indicated in the other posts, and then post that document (as well as the document you're trying to include), and then describe why that doesn't work.