View Single Post
  #2   Report Post  
Jay Freedman
 
Posts: n/a
Default

Hi Lumus,

In the template, insert a bookmark at the desired point. It can be named
anything you want; let's say you name it StartHere.

Then insert the following macro in the ThisDocument module of the template:

Public Sub Document_New()
ActiveDocument.Bookmarks("StartHere").Select
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

Lumus wrote:
If its possible, how do i change where the cursor appears when i
create a document from a template?

I.E.

Heading Text
Heading Text
Heading Text

NEW INSERTION POINT

Trailing Text
Trailing Text etc.