Can't open the Word document even though I give a full path and filename.
Public Function Merge_2_PDF_Files(strTemplate As String, strFile1 As String, strFile2 As String, Optional strPageFrom As String, Optional strPageTo As String) As Boolean
Dim WordApp As Object
Dim WordDoc As...