H
Hanashi_Aru
Hi. Need help.
I have a template with macro VBA code in it that does the following --
Selection.InsertFile FileName:="\\server\share\folder\EXAMPLE.DOC", _
Range:="", ConfirmConversions:=False, Link:=False, Attachment:=False
Selection.InsertBreak Type:=wdPageBreak
For a list of documents in an array.
Problem: I am having problems with certain documents showing their custom
"Outline Numbering" after the insertfile is finished.
I have a template with macro VBA code in it that does the following --
Selection.InsertFile FileName:="\\server\share\folder\EXAMPLE.DOC", _
Range:="", ConfirmConversions:=False, Link:=False, Attachment:=False
Selection.InsertBreak Type:=wdPageBreak
For a list of documents in an array.
Problem: I am having problems with certain documents showing their custom
"Outline Numbering" after the insertfile is finished.