Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
sooz
 
Posts: n/a
Default Change insertion point in template


Hiya,

I'm creating some Word fax and letter templates. I'm finding that the
insertion point is not in the place I want it. I've tried editing the
template and moving the insertion point, but it won't work. I even
tried creating a macro, which seemed to work in one of the templates,
but hasn't in the others, so I must be doing something wrong.
Can anyone help?
Thanks.

sooz


--
sooz
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Mike Faulkner
 
Posts: n/a
Default Change insertion point in template

Sooz

Create a Bookmark in the Template where you want the insertion point. In the
OnOpen event write (VBA) 'Bookmark'.setfocus.

Regards
Mike

"sooz" wrote:


Hiya,

I'm creating some Word fax and letter templates. I'm finding that the
insertion point is not in the place I want it. I've tried editing the
template and moving the insertion point, but it won't work. I even
tried creating a macro, which seemed to work in one of the templates,
but hasn't in the others, so I must be doing something wrong.
Can anyone help?
Thanks.

sooz


--
sooz

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
sooz
 
Posts: n/a
Default Change insertion point in template


Hi Mike

Sorry I just need to clarify what needs to be done.
Do I press Alt F11 to get me into the VB Editor, then type: (VBA)
'Bookmark'.setfocus. ?
This is what I've done & it hasn't worked.
Although I wasn't sure where the OnOpen event was, so I just typed
directly into the window that appeared at the bottom of the VB area,
then saved it.

sooz

Mike Faulkner Wrote:
Sooz

Create a Bookmark in the Template where you want the insertion point.
In the
OnOpen event write (VBA) 'Bookmark'.setfocus.

Regards
Mike

"sooz" wrote:


Hiya,

I'm creating some Word fax and letter templates. I'm finding that the
insertion point is not in the place I want it. I've tried editing the
template and moving the insertion point, but it won't work. I even
tried creating a macro, which seemed to work in one of the templates,
but hasn't in the others, so I must be doing something wrong.
Can anyone help?
Thanks.

sooz


--
sooz



--
sooz
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Mike Faulkner
 
Posts: n/a
Default Change insertion point in template

Sooz

Some VBA programming experience will be required to write VBA.

1. Create a Bookmark (i.e. bmkTest)
2. Paste VBA into Document_Open event

Private Sub Document_Open()
ActiveDocument.Bookmarks("bmkTest").Select
End Sub

Regards
Mike

"sooz" wrote:


Hi Mike

Sorry I just need to clarify what needs to be done.
Do I press Alt F11 to get me into the VB Editor, then type: (VBA)
'Bookmark'.setfocus. ?
This is what I've done & it hasn't worked.
Although I wasn't sure where the OnOpen event was, so I just typed
directly into the window that appeared at the bottom of the VB area,
then saved it.

sooz

Mike Faulkner Wrote:
Sooz

Create a Bookmark in the Template where you want the insertion point.
In the
OnOpen event write (VBA) 'Bookmark'.setfocus.

Regards
Mike

"sooz" wrote:


Hiya,

I'm creating some Word fax and letter templates. I'm finding that the
insertion point is not in the place I want it. I've tried editing the
template and moving the insertion point, but it won't work. I even
tried creating a macro, which seemed to work in one of the templates,
but hasn't in the others, so I must be doing something wrong.
Can anyone help?
Thanks.

sooz


--
sooz



--
sooz

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Style names in Word 03 template change when attached to existing d Caroline O. Microsoft Word Help 3 January 2nd 07 05:46 PM
Can you change a powerpoint template to a word template? Jada Microsoft Word Help 1 August 12th 05 06:49 AM
Change language in WORD in Normal.dot template Screen/Display size Microsoft Word Help 1 July 15th 05 02:29 PM
Moving templates to other computer GeorgeMar Microsoft Word Help 10 February 19th 05 04:59 AM
Insertion point after section break Sherry Microsoft Word Help 4 January 12th 05 01:57 AM


All times are GMT +1. The time now is 08:24 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"