View Single Post
 
Old 08-28-2014, 01:59 PM
skyslayer skyslayer is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Aug 2014
Posts: 11
skyslayer is on a distinguished road
Default

I hit another snag

It looks like all the copied data is good until the end on all the files the last nine characters are missing.

It happens when I run
Code:
oNewDoc.Range.FormattedText = oRng.FormattedText
also is there a way to copy the search string as well to the new doc?

At this stage I am still skipping
Code:
oNewRange.Delete
Thanks Jim
Reply With Quote