At work we have a big VBA program that basically creates a Service manuel automatically. It works well however a cover page is suppose to be added but its not showing.
This is the codes concerned:
...
If angfr = "vbYES" Then
ChangeFileOpenDirectory roa
Selection.InsertFile FileName:="Word_partie1V2.docx", Range:="" _
, ConfirmConversions:=False, Link:=False, Attachment:=False
...

"Word_partie1V2.docx" is three page that are added to the manual when the program is activated and it contains the cover page which doesn't show. However, every words and other table that this doc contains are showing so i don't get why the background of my cover page doesn't show aswell.

Thank you, tell me if you have any other questions