R
Reb
Hi,
I'm applying a numbered list style to some text within a macro.
However, when I test the macro, the list numbering is continuing from
previous rather than restarting. Can anyone tell me what I need to do
in VB to reset the numbering .. here is a snippet of what I have:
Selection.TypeText Text:="Answer the questions using the space
provide."
Selection.TypeParagraph
Selection.Style = ActiveDocument.Styles("My.NumberedList")
Selection.TypeText Text:="Question 1 text"
Thanks
Reb
I'm applying a numbered list style to some text within a macro.
However, when I test the macro, the list numbering is continuing from
previous rather than restarting. Can anyone tell me what I need to do
in VB to reset the numbering .. here is a snippet of what I have:
Selection.TypeText Text:="Answer the questions using the space
provide."
Selection.TypeParagraph
Selection.Style = ActiveDocument.Styles("My.NumberedList")
Selection.TypeText Text:="Question 1 text"
Thanks
Reb