R
Ray
Hello
I need to sort an extract result in Word via VBA.
The extraction is made on the line : x = ExtractEBPs(h20)
in the code below
......
If SAHasObject(h20) <> 0 Then
Type_$ = GetProperty$("Type", h20)
If Type_$ = "Elementary Business Process" Then
x = ExtractEBPs(h20)
End If
End If
.....
I would like to know if it possible to sort the content of the variable x in
order to obtain sorted paragraphs
Thanks for your help
Ray
I need to sort an extract result in Word via VBA.
The extraction is made on the line : x = ExtractEBPs(h20)
in the code below
......
If SAHasObject(h20) <> 0 Then
Type_$ = GetProperty$("Type", h20)
If Type_$ = "Elementary Business Process" Then
x = ExtractEBPs(h20)
End If
End If
.....
I would like to know if it possible to sort the content of the variable x in
order to obtain sorted paragraphs
Thanks for your help
Ray