Instead of using the clipboard which can be the source of your timing issues, try something like
NewDoc.Range.FormattedText = rngSource.FormattedText
This will leave the clipboard alone (more user friendly) as a potential other benefit.
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
|