Karen Clark was telling us:
Karen Clark nous racontait que :
> ActiveDocument.Bookmarks("Text1").Range.Fields
> (1).Result.Select
[quoted text clipped - 4 lines]
> I need to move my cursor to a specific field in the MAIN
> document after saving and closing the EMBEDDED document.
Exactly, I understood from you post that you needed to get to a specific
field after closing the embedded document. So, how can any code take you to
a field in an embedded document after it is closed? Once the embedded
document is closed ActiveDocument refers to the MAIN document, unless you
have a bunch of opened documents.
To have more control, do this:
At the top of the code:
Dim CurrentDoc As Document
Set CurrentDoc = ActiveDocument
Since the code hasn't had time to mess around with anything yet, it is 100%
certain that CurrentDoc will point to the doc where the call was initiated
(the MAIN document).
Then, mess around all you want with the embedded document or documents.
Then:
CurrentDoc.Bookmarks("Text1").Range.Fields(1).Result.Select
Will point to a bookmark in the MAIN document.

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org