Hello,
I'm creating a Word file and trying to insert a numbered list by using a cobol definition of Word.
I've created a very simple Word macro but I can not translate to Cobol.
Can anybody help me?
This is the macro code:
ListGalleries(wdNumberGallery).ListTemplates(1).Name = ""
Selection.Range.ListFormat.ApplyListTemplateWithLevel ListTemplate:= _
ListGalleries(wdNumberGallery).ListTemplates(1), ContinuePreviousList:= _
False, ApplyTo:=wdListApplyToWholeList, DefaultListBehavior:= _
wdWord10ListBehavior
Selection.TypeText Text:="TEST"
Thanks!!
#AcuCobol
#extend32-bitRuntime



