See some info below:
> Dear Experts: Below macro is supposed to copy all parenthetical
> expressions at the end of the document. It is running fine with the
[quoted text clipped - 31 lines]
> field codes as plain text are copied
> ' to the end of the document, not the field results.
Look up in Word VBA help:
TextRetrievalMode Object
ShowFieldCodes Property
> But the latter is
> what I would like to occur.
[quoted text clipped - 9 lines]
> vbCr
> rng.Collapse wdCollapseEnd
rng.MoveStart wdCharacter, 1 'go past the ")"
> rng.End = rngEnd
> Loop
> End With
> End Sub

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID
andreas - 27 Aug 2007 21:17 GMT
> See some info below:
>
[quoted text clipped - 65 lines]
>
> - Zitierten Text anzeigen -
Russ,
thank you for your help. It is working. Fine. Thank you. Regards,
Andreas