This should be simple, but I would like my template to position the cusor
down several lines when opened.

Please Help
--
Today is the day!

Re: Starting Template With Cursor Down Several Lines by Doug

Doug
Mon Sep 27 22:01:36 CDT 2004

Insert a bookmark in the template at that location and in the template
include an autoopen macro that contains the code to select the .Range of the
bookmark

ActiveDocument.Bookmarks("bookmarkname").Range.Select

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"JimmyDee" <JimmyDee@discussions.microsoft.com> wrote in message
news:DABBA056-222E-4218-A878-C4C103DA739C@microsoft.com...
> This should be simple, but I would like my template to position the cusor
> down several lines when opened.
>
> Please Help
> --
> Today is the day!



Re: Starting Template With Cursor Down Several Lines by Doug

Doug
Mon Sep 27 22:05:33 CDT 2004

The macro name should be Autonew, not autoopen.

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"JimmyDee" <JimmyDee@discussions.microsoft.com> wrote in message
news:DABBA056-222E-4218-A878-C4C103DA739C@microsoft.com...
> This should be simple, but I would like my template to position the cusor
> down several lines when opened.
>
> Please Help
> --
> Today is the day!