Quote Originally Posted by Frosty
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.
That's exactly how I got to the OLE object in the first place. I got it while recording a macro.

Thank you for correcting Fumei's code, it works good now.