S
spnz
Hi there,
I have this piece of code that works fine in 2000 however when trying it in
2007 it does not continue with my numbers from my previous paragraph
Private Sub ContinueDefParagraphNumbering()
'Apply the adjusted outline numbering
Selection.Range.ListFormat.ApplyListTemplate _
ListTemplate:=ListGalleries(wdOutlineNumberGallery).ListTemplates(CTConfig.ltDefault), _
ContinuePreviousList:=False, _
ApplyTo:=wdListApplyToWholeList, _
DefaultListBehavior:=wdWord10ListBehavior
End Sub
Can anyone suggest a method that I can use that will do what im trying to do
in 2007?
I have this piece of code that works fine in 2000 however when trying it in
2007 it does not continue with my numbers from my previous paragraph
Private Sub ContinueDefParagraphNumbering()
'Apply the adjusted outline numbering
Selection.Range.ListFormat.ApplyListTemplate _
ListTemplate:=ListGalleries(wdOutlineNumberGallery).ListTemplates(CTConfig.ltDefault), _
ContinuePreviousList:=False, _
ApplyTo:=wdListApplyToWholeList, _
DefaultListBehavior:=wdWord10ListBehavior
End Sub
Can anyone suggest a method that I can use that will do what im trying to do
in 2007?