hi,
can i have a solution to the current problem,
in the sample attached i give a word document that containt bookmark
i want just to replace or delete the content of the bookmark
but the program stop ??
Dim a As WordDocument = New WordDocument(chemin + "\testword\Template.doc", FormatType.Doc)
Dim bknav As BookmarksNavigator = New BookmarksNavigator(a)
bknav.MoveToBookmark("conclusionMiss0000")
bknav.DeleteBookmarkContent(True) ??
bknav.ReplaceBookmarkContent("test remplissage", True) ??
thanks
Attachment:
sample_f064df59.zip