![]() |
#22
|
||||
|
||||
![]()
And, for my part:
Code:
Sub Segmenter() Application.ScreenUpdating = False Dim i As Long, j As Long, Rng As Range With ActiveDocument Set Rng = .Range(0, 0): j = 1000 For i = 1 To -Int(-.ComputeStatistics(wdStatisticWords) / j) If .Range(Rng.Start, .Range.End).ComputeStatistics(wdStatisticWords) < j Then Exit For With Rng .MoveEnd wdWord, j .End = .Paragraphs.Last.Range.End If .End = DocSrc.Range.End Then Exit For .InsertAfter vbCr .Collapse wdCollapseEnd End With Next End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to find (highlight) two and more words in a list of 75k single words in Word 2010 | Usora | Word | 8 | 05-29-2018 03:34 AM |
![]() |
sharkrfish | Word | 2 | 05-21-2015 04:47 PM |
Redirect mail in batches in Office for MAC 2011 | mervalong | Outlook | 0 | 11-08-2011 12:17 AM |
![]() |
aligahk06 | Drawing and Graphics | 1 | 10-08-2009 12:58 AM |
![]() |
dlawson | Word | 4 | 04-14-2009 12:22 PM |