P
Phoenix
Hi,
I have a problem with the numbering after the text goes to a third
indent.
This is the code i'm currently using
Sub Scratchmacro()
Dim myRng As Range
Set myRng = Selection.Paragraphs(1).Range
MsgBox myRng.ListFormat.ListString _
& " " & myRng
End Sub
Am i doing something wrong ?
Thank you
Phoenix
I have a problem with the numbering after the text goes to a third
indent.
This is the code i'm currently using
Sub Scratchmacro()
Dim myRng As Range
Set myRng = Selection.Paragraphs(1).Range
MsgBox myRng.ListFormat.ListString _
& " " & myRng
End Sub
Am i doing something wrong ?
Thank you
Phoenix