![]() |
|
#1
|
|||
|
|||
![]()
Classify such paragraphs how\what? Paragraphs start with sentences. Sentences start, typically with a capitalized word "Resume", "Continuance."
Code:
Sub ScratchMacro() 'A basic Word macro coded by Greg Maxey Dim oPar As Paragraph For Each oPar In ActiveDocument.Paragraphs If oPar.Range.Words.Count < 2000 Then Select Case Trim(oPar.Range.Words(1)) Case "Resume", "Continuance" MsgBox "Classify me how\hat?" End Select End If Next lbl_Exit: Exit Sub End Sub |
![]() |
|
![]() |
||||
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 |
![]() |
icloudy | Word | 1 | 12-09-2012 03:49 PM |
Split a task | fridos | Project | 2 | 05-30-2011 11:19 AM |