View Single Post
 
Old 05-19-2016, 03:23 AM
vince692 vince692 is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: May 2016
Posts: 22
vince692 is on a distinguished road
Default How to insert text before bookmark ?

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
Reply With Quote