Hi,
Here is what i found :
Code:
ActiveDocument.Bookmarks("MybookmarkName").Range.InsertBefore ("toto")
"toto" is inserted before (at the start of) my bookmark.
The function i am looking for is to write before the bookmark (meaning out of bookmark range).
Any hints ?
BR,
Vincent