![]() |
|
#1
|
||||
|
||||
![]()
Try something along the lines of:
Code:
Sub Demo() Dim DocSrc As Document, DocTgt As Document, i As Long, Rng As Range Set DocSrc = ActiveDocument: Set DocTgt = Documents.Add With DocSrc For i = 1 To .ComputeStatistics(wdStatisticPages) Set Rng = .Range.GoTo(What:=wdGoToPage, Name:=i) Set Rng = Rng.GoTo(What:=wdGoToBookmark, Name:="\page") If Rng.Revisions.Count > 0 Then With DocTgt.Range .InsertAfter Chr(12) .Characters.Last.FormattedText = Rng.FormattedText End With End If Next End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Copying, Cutting and pasting | Steve0513 | Excel | 1 | 07-13-2017 05:09 PM |
copying and pasting text format | paik1002 | Excel | 2 | 10-07-2016 02:34 AM |
![]() |
Jimmy Tsawo | Excel | 3 | 02-20-2014 03:54 AM |
![]() |
Lorna B | Word | 1 | 03-20-2012 11:58 PM |
![]() |
mso2u | Word | 2 | 04-07-2011 07:26 AM |