Hi Ed,
It seems to me you're almost there.
- 1 - You don't need the objWord.Visible line - if you've opened Word manually, it's already visible.
- 2 - You are Selecting the Document, but not copying it. Instead of
try just usingobjDoc.Selection.HomeKey Unit:=wdStory objDoc.Selection.Extend
- 3 - That's really it. Just set your Object variables (objWord and objDoc) to Nothing before you finish.objDoc.Content.Copy