I insertion point question May 9, 2008 #1 i want my starting insertion point to be in the middle of the document when word is loaded with a particulat form
i want my starting insertion point to be in the middle of the document when word is loaded with a particulat form
D Doug Robbins - Word MVP May 12, 2008 #2 Put a bookmark at that location and use code to select the .Range of the bookmark ActiveDocument.Bookmarks("bookmarkname").Range.Select -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "insertion point question" <insertion point (e-mail address removed)> wrote in message news:[email protected]...
Put a bookmark at that location and use code to select the .Range of the bookmark ActiveDocument.Bookmarks("bookmarkname").Range.Select -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "insertion point question" <insertion point (e-mail address removed)> wrote in message news:[email protected]...