S
Strømdahl
I am trying to insert a word document with this code:
Selection.InsertFile FileName:=myfile, Link:=False
It works fine with most documents, but when myfile have a section and uses
header/footer the header from myfile overwrites my origin header. I only want
the main body of myfile and not the header.
I use Word 2003.
Selection.InsertFile FileName:=myfile, Link:=False
It works fine with most documents, but when myfile have a section and uses
header/footer the header from myfile overwrites my origin header. I only want
the main body of myfile and not the header.
I use Word 2003.