Hi rVo,
The problem is: I'm not sure what I'm looking for
May I quote my old Professor H.-G. Tillmann:
"Where everything is possible, nothing is possible"
With a mixture of handcrafted lookalikes of listparagraphs
and genuine listparagraphs, you are at a loss.
You will end up with a project with the following outlines,
not knowing if there is a solution at all.
Sub testdunno()
' wdListNoNumbering ' 0
' wdListListNumOnly ' 1
' wdListBullet ' 2
' wdListSimpleNumbering ' 3
' wdListOutlineNumbering ' 4
' wdListMixedNumbering ' 5
' wdListPictureBullet ' 6
Dim oPrg As Paragraph
Dim rTmp As Range
For Each oPrg In ActiveDocument.Paragraphs
Set rTmp = oPrg.Range
If rTmp.ListParagraphs.Count = 1 Then
Select Case rTmp.ListFormat.ListType
Case 1: ' lots of code
Case 2: ' lots of code
Case 3: ' lots of code
Case 4: ' lots of code
Case 5: ' lots of code
Case 6: ' lots of code
Case Else
' check all handcrafted listparagraphs
' and whether they may be related to each other
' and if, how they are related
End Select
End If
Next
End Sub
I'm sorry.
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"