hey
i'm trying to insert subfile in mainfile, but after adding i lose one bookmark.
exemple:
Dim a As WordDocument = New WordDocument()
Dim sec As WSection = a.AddSection
Dim para As WParagraph = sec.AddParagraph
para.AppendText("x")
sec.PageSetup.Orientation = PageOrientation.Landscape
Dim suba As WordDocument = New WordDocument(chemin + "\testword\plancheReperageCartoucheStandard.doc")
a.Replace("x", suba, True, True)
i lose bookmark planMasse
??
what's the problem !!
you found in attach file the subdocument
thank's