![]() |
#7
|
||||
|
||||
![]()
An empty paragraph is still a paragraph, so if it doesn't have asterisks it will be reported. If you want to omit empty paragraphs then replace the loop with
Code:
For Each oPara In oSource.Paragraphs If Len(oPara.Range) > 1 Then Set oRng = oPara.Range oRng.End = oRng.End - 1 If Not oRng.Characters.First = "*" Or Not oRng.Characters.Last = "*" Then With oTbl .Rows.Add .Rows.Last.Range.Cells(1).Range.Text = oPara.Range.Text .Rows.Last.Range.Cells(2).Range.Text = oSource.Name End With End If End If Next oPara
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Automation Process of Schedule Report Output and Report Check Score Card ! | ozman86 | Word VBA | 1 | 11-19-2014 11:52 PM |
![]() |
user2969 | Word | 1 | 01-29-2014 09:00 PM |
![]() |
TMinnich | Word | 2 | 10-25-2013 09:38 AM |
How to combine many paragraphs in one paragraph? | Jamal NUMAN | Word | 25 | 03-08-2013 04:31 AM |
![]() |
leroytrolley | Excel | 1 | 07-25-2008 06:38 AM |