![]() |
|
#3
|
|||
|
|||
|
Since this is a VBA forum, perhaps the OP needs a VBA solution:
Code:
Sub ScratchMacro() 'A basic Word macro coded by Greg Maxey If Selection.Paragraphs(1).Range.Words.Count > 2000 Then Selection.InsertParagraph End If End Sub |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Split Slide | Akip Tsaqif | PowerPoint | 0 | 09-07-2014 10:50 PM |
| How to split .pst file | annabrown8812 | Outlook | 1 | 10-03-2013 04:27 AM |
Narrow Paragraph to Wide Paragraph HELP
|
icloudy | Word | 1 | 12-09-2012 03:49 PM |
| Split a task | fridos | Project | 2 | 05-30-2011 11:19 AM |